Skip to content

Commit ab99997

Browse files
install julia the old way
1 parent 1f4afb8 commit ab99997

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN sed -i 's/main$/main contrib non-free non-free-firmware/' /etc/apt/sources.l
77

88
RUN apt-get install -y --no-install-recommends firejail
99

10-
RUN apt-get install -y \
10+
RUN apt-get install -y --no-install-recommends \
1111
apt-utils \
1212
curl \
1313
git \
@@ -136,9 +136,7 @@ RUN curl -O https://download.oracle.com/java/24/latest/jdk-24_linux-x64_bin.deb
136136
&& rm jdk-24_linux-x64_bin.deb
137137

138138
### Julia
139-
RUN curl -fsSL https://install.julialang.org | sh -s -- -y -p /usr/local \
140-
&& ln -s /usr/local/bin/julia /usr/local/bin/julia \
141-
&& julia --version
139+
RUN curl -fsSL https://install.julialang.org | sh
142140

143141
### Zig
144142
RUN curl -fLO https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz \

0 commit comments

Comments
 (0)