0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 08:13:46 +02:00
construct/docker/ubuntu/22.04/base-clang-13/Dockerfile

11 lines
230 B
Docker

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