We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4afb8 commit ab99997Copy full SHA for ab99997
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ RUN sed -i 's/main$/main contrib non-free non-free-firmware/' /etc/apt/sources.l
7
8
RUN apt-get install -y --no-install-recommends firejail
9
10
-RUN apt-get install -y \
+RUN apt-get install -y --no-install-recommends \
11
apt-utils \
12
curl \
13
git \
@@ -136,9 +136,7 @@ RUN curl -O https://download.oracle.com/java/24/latest/jdk-24_linux-x64_bin.deb
136
&& rm jdk-24_linux-x64_bin.deb
137
138
### 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
+RUN curl -fsSL https://install.julialang.org | sh
142
143
### Zig
144
RUN curl -fLO https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz \
0 commit comments