瀏覽代碼

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