mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2025-11-04 14:50:01 +08:00
fix bugs
This commit is contained in:
parent
38be5523e9
commit
39f0759a52
@ -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++ && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user