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

View File

@ -23,7 +23,7 @@ RUN buildDeps='software-properties-common git libtool cmake python-dev python3-p
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted multiverse universe #Added by software-properties && \
deb http://mirrors.aliyun.com/ubuntu/ xenial-security universe && \
deb http://mirrors.aliyun.com/ubuntu/ xenial-security multiverse && \
EOF
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++ && \