Skip to content

Commit 1f26d1b

Browse files
committed
Seperate lines and add Julia argument
1 parent 62b8d73 commit 1f26d1b

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
@@ -11,7 +11,7 @@ RUN apt-get update && \
1111
apt-get clean && \
1212
rm -rf /var/lib/apt/lists/*
1313

14-
#ARG JULIA=1.6
14+
ARG JULIA=1.6
1515
RUN curl -fsSL https://install.julialang.org | sh -s -- --yes
1616
RUN /root/.juliaup/bin/juliaup add ${JULIA}
1717
RUN /root/.juliaup/bin/juliaup default ${JULIA}

0 commit comments

Comments
 (0)