0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-06 00:35:34 +02:00
construct/docker/ubuntu/22.04/base-clang-11/Dockerfile

10 lines
230 B
Docker

FROM jevolk/construct:ubuntu-22.04-base
ENV CC clang-11
ENV CXX clang++-11
RUN apt-get update \
&& apt-get install --no-install-recommends -y clang-11 llvm-11-dev \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*