소스 검색

new build method - dockerfile command fix

crocandr 3 년 전
부모
커밋
2bf1a50158
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      Dockerfile

+ 3 - 2
Dockerfile

@@ -7,8 +7,9 @@ RUN apt-get update && \
 RUN tar xzfp /opt/softether.tar.gz -C /opt && \
     rm -f /opt/softether.tar.gz
 RUN cd /opt/vpnserver && \
-    ls -hal && \ 
-    make i_read_and_agree_the_license_agreement 
+    ls -hal && \
+    #make i_read_and_agree_the_license_agreement
+    make 
 
 RUN chmod 755 /opt/*.sh