Skip to content

Commit c059f4c

Browse files
committed
Dockerfile: add clang, for everparse tests
1 parent b97f214 commit c059f4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.docker/build/linux/Dockerfile.OCaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM ubuntu:24.04
77
# Install the dependencies of Project Everest
88
ENV DEBIAN_FRONTEND=noninteractive
99
RUN 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
1111
RUN apt install -y python3.12-venv # For Everparse testing
1212

1313
# Install NodeJS 16

.docker/build/linux/Dockerfile.everest-move

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM ubuntu:24.04
1010
# Install the dependencies of Project Everest
1111
ENV DEBIAN_FRONTEND=noninteractive
1212
RUN 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
1414
RUN apt install -y python3.12-venv # For Everparse testing
1515

1616
# Install NodeJS 16

0 commit comments

Comments
 (0)