Skip to content

Commit

Permalink
Added nodejs, use docker ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
aszx87410 committed Jan 8, 2020
1 parent e81fc56 commit cbd87c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM registry.docker-cn.com/library/ubuntu:16.04
FROM ubuntu:16.04

COPY build/java_policy /etc

RUN buildDeps='software-properties-common git libtool cmake python-dev python3-pip python-pip libseccomp-dev' && \
apt-get update && apt-get install -y python python3.5 python-pkg-resources python3-pkg-resources gcc g++ $buildDeps && \
apt-get update && apt-get install -y nodejs python python3.5 python-pkg-resources python3-pkg-resources gcc g++ $buildDeps && \
add-apt-repository ppa:openjdk-r/ppa && apt-get update && apt-get install -y openjdk-8-jdk && \
pip3 install --no-cache-dir psutil gunicorn flask requests && \
cd /tmp && git clone -b newnew --depth 1 https://github.com/QingdaoU/Judger && cd Judger && \
Expand Down

0 comments on commit cbd87c9

Please sign in to comment.