瀏覽代碼

dockerfile

blumonilr 5 年之前
父節點
當前提交
37d0e5ca44
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      Dockerfile

+ 5 - 1
Dockerfile

@@ -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