Skip to content

Commit

Permalink
try installing Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Jul 22, 2024
1 parent 6b2e7ba commit ca42a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/build/linux/Dockerfile.OCaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM ubuntu:22.04
# libicu (for .NET, cf. https://aka.ms/dotnet-missing-libicu )
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get --yes install --no-install-recommends opam gcc binutils make m4 git time gnupg ca-certificates sudo cmake curl wget libicu70 libssl-dev python-is-python3 python3
RUN apt-get --yes install --no-install-recommends opam gcc binutils make m4 git time gnupg ca-certificates sudo cmake curl wget libicu70 libssl-dev python-is-python3 python3 rust-all

# Install NodeJS 16
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
Expand Down
2 changes: 1 addition & 1 deletion .docker/build/linux/Dockerfile.everest-move
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM ubuntu:22.04
# libicu (for .NET, cf. https://aka.ms/dotnet-missing-libicu )
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get --yes install --no-install-recommends opam emacs gcc binutils make m4 git time gnupg ca-certificates sudo python-is-python3 python3 cmake curl libicu70 wget libssl-dev
RUN apt-get --yes install --no-install-recommends opam emacs gcc binutils make m4 git time gnupg ca-certificates sudo python-is-python3 python3 cmake curl libicu70 wget libssl-dev rust-all

# Install NodeJS 16
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
Expand Down

0 comments on commit ca42a70

Please sign in to comment.