We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab99997 commit 23f7be9Copy full SHA for 23f7be9
Dockerfile
@@ -136,7 +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
+RUN curl -fsSL https://install.julialang.org | sh -s -- -y
140
141
### Zig
142
RUN curl -fLO https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz \
0 commit comments