0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-19 23:18:54 +02:00
construct/tools/docker/ubuntu/clang-9/Dockerfile

11 lines
210 B
Docker
Raw Normal View History

2020-04-08 03:13:55 +02:00
FROM jevolk/construct:ubuntu-18.04
ENV CC clang-9
ENV CXX clang++-9
RUN apt-get update \
&& apt-get install --no-install-recommends -y clang-9 \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*