Skip to content

Commit 62b8d73

Browse files
committed
Seperate run lines
1 parent ff0ca59 commit 62b8d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ RUN apt-get update && \
1313

1414
#ARG JULIA=1.6
1515
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}
16+
RUN /root/.juliaup/bin/juliaup add ${JULIA}
17+
RUN /root/.juliaup/bin/juliaup default ${JULIA}
1818
RUN export PATH=/root/.juliaup/bin/:$PATH

0 commit comments

Comments
 (0)