mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2024-12-28 21:31:43 +00:00
Merge branch 'fix_python3.5'
This commit is contained in:
commit
6c3e224e05
@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
COPY build/java_policy /etc
|
||||
|
||||
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 && \
|
||||
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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user