Skip to content
Snippets Groups Projects
Commit 010f8343 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: explicitly install clang, gcc, g++, not versioned only

parent 353be102
Branches
Tags
1 merge request!369fix: explicitly install clang, gcc, g++, not versioned only
...@@ -29,13 +29,14 @@ RUN --mount=type=cache,target=/var/cache/apt \ ...@@ -29,13 +29,14 @@ RUN --mount=type=cache,target=/var/cache/apt \
bc \ bc \
ca-certificates \ ca-certificates \
ccache \ ccache \
clang \
clang-format \ clang-format \
clang-tidy \ clang-tidy \
curl \ curl \
file \ file \
build-essential \ build-essential \
g++-12 \ g++ \
gcc-12 \ gcc \
gdb \ gdb \
gfortran-12 \ gfortran-12 \
ghostscript \ ghostscript \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment