This commit is contained in:
Harry-zklcdc 2019-11-14 19:54:52 +08:00 committed by GitHub
parent 38be5523e9
commit 39f0759a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,6 @@ RUN buildDeps='software-properties-common git libtool cmake python-dev python3-p
deb http://mirrors.aliyun.com/ubuntu/ xenial-security universe && \
deb http://mirrors.aliyun.com/ubuntu/ xenial-security multiverse && \
EOF
&& \
apt-get update && apt-get install -y python python3.5 python-pkg-resources python3-pkg-resources $buildDeps && \
add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update && apt-get install -y gcc-8 g++-8 && \
rm /usr/bin/gcc /usr/bin/g++ && ln -s /usr/bin/gcc-8 /usr/bin/gcc && ln -s /usr/bin/g++-8 /usr/bin/g++ && \