소스 검색

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 \