We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d28cf commit 0790027Copy full SHA for 0790027
Dockerfile
@@ -24,7 +24,7 @@ RUN ./opt/system-setup.py
24
25
ARG DEPS_ARGS=""
26
COPY ./get_deps.sh .
27
-RUN "$DEPS_ARGS" ./get_deps.sh cpu
+RUN if [ "$DEPS_ARGS" = "" ]; then ./get_deps.sh cpu; else env "$DEPS_ARGS" ./get_deps.sh cpu; fi
28
29
ARG BUILD_ARGS=""
30
ADD ./ /build
Dockerfile.arm
0 commit comments