瀏覽代碼

dockerfile

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

+ 0 - 1
Dockerfile

@@ -12,7 +12,6 @@ RUN apt-get update \
     default-jdk \
     aptitude \
     g++
-RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 2
 RUN pip3 install virtualenv \
     && pip3 install Flask
 RUN cd /home/SEEC-Judge \