Replace build dependency g++ by clang in docker image
This commit is contained in:
parent
62c9a79c68
commit
469e8186b3
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user