|
@@ -13,7 +13,7 @@ COPY centos-base.repo /etc/yum.repos.d/centos-base.repo
|
|
# install supervisor & nginx
|
|
# install supervisor & nginx
|
|
|
|
|
|
RUN rm -f /etc/yum.repos.d/CentOS-* ; yum makecache \
|
|
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 \
|
|
&& 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/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 \
|
|
&& curl -O http://10.26.22.113:9000/psop/soft/supervisor-4.2.4.tar.gz \
|