Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-caret committed Feb 16, 2024
1 parent f6f3296 commit 5e35329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
build-essential \
opam \
mold
RUN opam init --auto-setup --compiler=4.14.1 --disable-sandboxing -vvv
RUN opam init --auto-setup --compiler=4.14.1 --disable-sandboxing -vvv || df -h

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
sh -s -- -y --default-toolchain=nightly
Expand Down

0 comments on commit 5e35329

Please sign in to comment.