|
|
@@ -11,12 +11,16 @@ RUN apt-get update \
|
|
|
gcc \
|
|
|
default-jre \
|
|
|
default-jdk \
|
|
|
+ libapt-pkg5.0 \
|
|
|
+ libcwidget3v5 \
|
|
|
+ libncursesw5 \
|
|
|
+ libtinfo5 \
|
|
|
aptitude \
|
|
|
g++
|
|
|
RUN pip3 install -i https://pypi.douban.com/simple/ -U pip
|
|
|
RUN pip3 config set global.index-url https://pypi.douban.com/simple/
|
|
|
RUN pip3 install virtualenv \
|
|
|
- && pip3 install Flask
|
|
|
+ && pip3 install flask
|
|
|
RUN cd /home/SEEC-Judge \
|
|
|
&& python3 setup.py install
|
|
|
WORKDIR /home/SEEC-Judge/web
|