Update Dockerfile

This commit is contained in:
Ivan 2020-03-17 21:00:57 +03:00 committed by GitHub
parent 1a500bad78
commit 83b4efeeec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,8 @@ RUN apt-get update -y \
python-termcolor \
sudo \
tzdata \
gperf
gperf \
libcctz-dev
RUN apt install -y wget
RUN printf "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main\ndeb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main" >> /etc/apt/sources.list \