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