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 b52a9d9 commit 8a65739Copy full SHA for 8a65739
Dockerfile
@@ -133,7 +133,8 @@ RUN apt-get install -y r-base \
133
r-cran-reshape
134
135
### Julia
136
-RUN curl -fsSL https://install.julialang.org | sh -s -- -y
+RUN curl -fsSL https://install.julialang.org | sh -s -- -y \
137
+ && . /root/.bashrc
138
139
### Zig
140
RUN curl -fLO https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz \
0 commit comments