We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516139d commit 5bd0e90Copy full SHA for 5bd0e90
1 file changed
Dockerfile
@@ -29,6 +29,7 @@ COPY --chown=1000:1000 . .
29
WORKDIR ${INSTALLATION_FOLDER}/utilities
30
31
RUN npm install --global yarn
32
+RUN npm install --global yalc
33
RUN python install.py ${BUILD_ARGS} --geppetto ${GEPPETTO_VERSION}
34
35
WORKDIR ${INSTALLATION_FOLDER}
0 commit comments