Skip to content

Commit 154d87f

Browse files
committed
Try to update docker file
1 parent 73d432f commit 154d87f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

jenkins/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apt-get update && \
1111
apt-get clean && \
1212
rm -rf /var/lib/apt/lists/*
1313

14-
ARG JULIA=1.6
15-
RUN curl -s -L https://julialang-s3.julialang.org/bin/linux/x64/${JULIA}/julia-${JULIA}-latest-linux-x86_64.tar.gz | \
16-
tar -C /usr/local -x -z --strip-components=1 -f -
14+
#ARG JULIA=1.6
15+
RUN curl -fsSL https://install.julialang.org | sh -s -- --path /usr/local --yes && \
16+
juliaup add ${JULIA} && \
17+
juliaup default ${JULIA}

0 commit comments

Comments
 (0)