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 0233c16 commit c71c0ebCopy full SHA for c71c0eb
jenkins/Dockerfile
@@ -12,6 +12,6 @@ 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 -- --path /usr/local/.julia --yes && \
+RUN curl -fsSL https://install.julialang.org | sh -s -- --yes && \
16
juliaup add ${JULIA} && \
17
juliaup default ${JULIA}
0 commit comments