浏览代码

new build method - dockerfile command fix

crocandr 3 年之前
父节点
当前提交
e58c48f12b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

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