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