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