Merge pull request #3659 from AlvinMooreSr/dev_docker_update

Updated Development Docker
This commit is contained in:
A.J. Beamon 2020-08-19 10:41:58 -07:00 committed by GitHub
commit 0e03fbe7b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ ADD artifacts /mnt/artifacts
# Install build tools for building via make
RUN \
yum install -y distcc-server gperf rubygems python34 libmpc-devel npm
yum install -y distcc-server gperf rubygems python34 libmpc-devel npm cgdb
# Download and install llvm-10.0.0
RUN cd / &&\
@ -50,8 +50,8 @@ RUN cp -iv /usr/local/bin/clang++ /usr/local/bin/clang++.deref &&\
ldconfig &&\
rm -rf /mnt/artifacts
LABEL version=0.11.7
ENV DOCKER_IMAGEVER=0.11.7
LABEL version=0.11.8
ENV DOCKER_IMAGEVER=0.11.8
ENV CLANGCC=/usr/local/bin/clang.de8a65ef
ENV CLANGCXX=/usr/local/bin/clang++.de8a65ef