We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e944101 commit b5714baCopy full SHA for b5714ba
1 file changed
Dockerfile.Packages
@@ -24,9 +24,7 @@ RUN node -v
24
RUN node -p "process.arch"
25
RUN echo -------------------
26
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
+RUN npm i --nodedir="/usr/src/node/node-install/usr/local" bcrypt@5.1.0 cld@2.9.1 unix-dgram@2.0.6
30
31
RUN ls
32
RUN ls node_modules
0 commit comments