Replace build dependency g++ by clang in docker image

This commit is contained in:
Paulo Matos 2020-05-21 17:27:25 +02:00
parent 62c9a79c68
commit 469e8186b3

View File

@ -4,7 +4,7 @@ LABEL description="Debian Stable Slim image with Racket build dependencies pre-i
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y unzip python libxml2-dev libfindbin-libs-perl make gcc g++ uuid-dev git && \
apt-get install -y unzip python libxml2-dev libfindbin-libs-perl make gcc clang uuid-dev git && \
apt-get clean
CMD ["bash"]