Skip to content

Commit c71c0eb

Browse files
committed
Missing changes
1 parent 0233c16 commit c71c0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ RUN apt-get update && \
1212
rm -rf /var/lib/apt/lists/*
1313

1414
#ARG JULIA=1.6
15-
RUN curl -fsSL https://install.julialang.org | sh -s -- --path /usr/local/.julia --yes && \
15+
RUN curl -fsSL https://install.julialang.org | sh -s -- --yes && \
1616
juliaup add ${JULIA} && \
1717
juliaup default ${JULIA}

0 commit comments

Comments
 (0)