0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 14:08:56 +02:00
construct/docker/ubuntu/22.04/full-clang-14/Dockerfile
2022-07-07 16:47:55 -07:00

13 lines
261 B
Docker

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