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