Browse Source

Обновить 'Dockerfile'

Vladimir Tomishinets 7 năm trước cách đây
mục cha
commit
71bfa6be4e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -17,7 +17,8 @@ RUN set -x \
 #           && yum install -y https://centos6.iuscommunity.org/ius-release.rpm \
            && yum install -y https://centos7.iuscommunity.org/ius-release.rpm \
            && yum install -y git2u \
-           && yum clean all
+           && yum clean all \
+           && rm -rf /var/cache/yum
 
 COPY app.py /usr/lib/python2.7/site-packages/StoneVPN/app.py