We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4898e5f commit 1f4afb8Copy full SHA for 1f4afb8
Dockerfile
@@ -136,8 +136,9 @@ 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 \
140
- && . /root/.bashrc
+RUN curl -fsSL https://install.julialang.org | sh -s -- -y -p /usr/local \
+ && ln -s /usr/local/bin/julia /usr/local/bin/julia \
141
+ && julia --version
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