Skip to content

Commit 23f7be9

Browse files
auto install julia
1 parent ab99997 commit 23f7be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +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
139+
RUN curl -fsSL https://install.julialang.org | sh -s -- -y
140140

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

0 commit comments

Comments
 (0)