robert 2 vuotta sitten
vanhempi
commit
3d7389dc7e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -13,7 +13,7 @@ COPY centos-base.repo /etc/yum.repos.d/centos-base.repo
 # install supervisor & nginx
 
 RUN rm -f /etc/yum.repos.d/CentOS-* ; yum makecache \
-    && yum -y install wget rsync lsof crontabs vim psmisc\
+    && yum -y install wget rsync lsof crontabs vim psmisc zip unzip\
     && mkdir -p /app/soft /cron/root \
     && curl -O http://10.26.22.113:9000/book/api-tengine/nginx-2.0.3.tar.gz \
     && curl -O http://10.26.22.113:9000/psop/soft/supervisor-4.2.4.tar.gz \