Skip to content

Commit b5714ba

Browse files
one npm install to build cleanly
1 parent e944101 commit b5714ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile.Packages

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ RUN node -v
2424
RUN node -p "process.arch"
2525
RUN echo -------------------
2626

27-
RUN npm i --nodedir="/usr/src/node/node-install/usr/local" bcrypt@5.1.0
28-
RUN npm i --nodedir="/usr/src/node/node-install/usr/local" cld@2.9.1
29-
RUN npm i --nodedir="/usr/src/node/node-install/usr/local" unix-dgram@2.0.6
27+
RUN npm i --nodedir="/usr/src/node/node-install/usr/local" bcrypt@5.1.0 cld@2.9.1 unix-dgram@2.0.6
3028

3129
RUN ls
3230
RUN ls node_modules

0 commit comments

Comments
 (0)