Sfoglia il codice sorgente

new build method - dockerfile command fix

crocandr 3 anni fa
parent
commit
2bf1a50158
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  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