From 283a31920c3af7a5c94d156d48a08f2d86def51a Mon Sep 17 00:00:00 2001 From: Harry-zklcdc <1269158832@qq.com> Date: Thu, 14 Nov 2019 19:56:59 +0800 Subject: [PATCH] fix bugs --- Dockerfile-cn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-cn b/Dockerfile-cn index 1210f89..fa62355 100644 --- a/Dockerfile-cn +++ b/Dockerfile-cn @@ -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++ && \