File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM ubuntu:24.04
77# Install the dependencies of Project Everest
88ENV DEBIAN_FRONTEND=noninteractive
99RUN apt-get update
10- RUN apt-get --yes install --no-install-recommends opam gcc binutils make m4 git time gnupg ca-certificates sudo cmake curl wget libssl-dev python-is-python3 python3 rust-all
10+ RUN apt-get --yes install --no-install-recommends opam gcc binutils make m4 git time gnupg ca-certificates sudo cmake curl wget libssl-dev python-is-python3 python3 rust-all clang
1111RUN apt install -y python3.12-venv # For Everparse testing
1212
1313# Install NodeJS 16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ FROM ubuntu:24.04
1010# Install the dependencies of Project Everest
1111ENV DEBIAN_FRONTEND=noninteractive
1212RUN apt-get update
13- 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 wget libssl-dev rust-all
13+ 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 wget libssl-dev rust-all clang
1414RUN apt install -y python3.12-venv # For Everparse testing
1515
1616# Install NodeJS 16
You can’t perform that action at this time.
0 commit comments