Skip to content

Commit 959d36e

Browse files
committed
remove examples from image
Signed-off-by: jackyalbo <jacky.albo@gmail.com>
1 parent fc18a63 commit 959d36e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/deploy/NVA_build/Base.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ FROM noobaa-builder AS noobaa-base
99
COPY ./package*.json ./
1010
RUN npm install --omit=dev && \
1111
npm cache clean --force
12+
RUN rm -rf node_modules/node-rdkafka/deps/librdkafka/examples/
13+
RUN rm -rf node_modules/node-rdkafka/deps/librdkafka/src/
1214

1315
##############################################################
1416
# Layers:

0 commit comments

Comments
 (0)