mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2025-11-04 14:50:01 +08:00
fixed python3 version
This commit is contained in:
parent
afa4a089ce
commit
22048fc94c
@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
COPY build/java_policy /etc
|
COPY build/java_policy /etc
|
||||||
|
|
||||||
RUN buildDeps='software-properties-common git libtool cmake python-dev python-pip libseccomp-dev' && \
|
RUN buildDeps='software-properties-common git libtool cmake python-dev python-pip libseccomp-dev' && \
|
||||||
apt-get update && apt-get install -y python python-pkg-resources gcc g++ $buildDeps && \
|
apt-get update && apt-get install -y python python3.5 python-pkg-resources gcc g++ $buildDeps && \
|
||||||
add-apt-repository ppa:openjdk-r/ppa && apt-get update && apt-get install -y openjdk-7-jdk && \
|
add-apt-repository ppa:openjdk-r/ppa && apt-get update && apt-get install -y openjdk-7-jdk && \
|
||||||
pip install --no-cache-dir futures psutil gunicorn web.py requests && \
|
pip install --no-cache-dir futures psutil gunicorn web.py requests && \
|
||||||
cd /tmp && git clone -b newnew --depth 1 https://github.com/QingdaoU/Judger && cd Judger && \
|
cd /tmp && git clone -b newnew --depth 1 https://github.com/QingdaoU/Judger && cd Judger && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user