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 ff0ca59 commit 62b8d73Copy full SHA for 62b8d73
jenkins/Dockerfile
@@ -13,6 +13,6 @@ RUN apt-get update && \
13
14
#ARG JULIA=1.6
15
RUN curl -fsSL https://install.julialang.org | sh -s -- --yes
16
-RUN /root/.juliaup/bin/juliaup add ${JULIA} && \
17
- /root/.juliaup/bin/juliaup default ${JULIA}
+RUN /root/.juliaup/bin/juliaup add ${JULIA}
+RUN /root/.juliaup/bin/juliaup default ${JULIA}
18
RUN export PATH=/root/.juliaup/bin/:$PATH
0 commit comments