From 826b2e167eec3e988818de602bc33b09ed273d6b Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 18 Sep 2018 16:58:59 +0300 Subject: [PATCH] bugfix --- balancer/Dockerfile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/balancer/Dockerfile b/balancer/Dockerfile index cefd7777b..54513ff85 100644 --- a/balancer/Dockerfile +++ b/balancer/Dockerfile @@ -19,18 +19,8 @@ RUN echo "deb http://ppa.launchpad.net/ondrej/nginx-mainline/ubuntu bionic main" apt-key add temp.key && \ rm temp.key && \ apt-get update && \ - echo "=====================================================" && \ - echo "=====================================================" && \ - echo "=====================================================" && \ apt-get dist-upgrade -y && \ - echo "=====================================================" && \ - echo "=====================================================" && \ - echo "=====================================================" && \ - apt-get install -y --no-install-recommends --allow-unauthenticated apt-utils htop mc tmux cmatrix wget && \ - echo "=====================================================" && \ - echo "=====================================================" && \ - echo "=====================================================" && \ - apt-get install -y --no-install-recommends --allow-unauthenticated ca-certificates openssl nginx libnginx-mod-http-cache-purge libnginx-mod-http-dav-ext libnginx-mod-http-geoip libnginx-mod-http-headers-more-filter libnginx-mod-http-lua libnginx-mod-http-uploadprogress libnginx-mod-mail libnginx-mod-stream libnginx-mod-http-xslt-filter && \ + apt-get install -y --no-install-recommends --allow-unauthenticated apt-utils htop mc tmux cmatrix wget ca-certificates openssl nginx libnginx-mod-http-cache-purge libnginx-mod-http-dav-ext libnginx-mod-http-geoip libnginx-mod-http-headers-more-filter libnginx-mod-http-lua libnginx-mod-http-uploadprogress libnginx-mod-mail libnginx-mod-stream libnginx-mod-http-xslt-filter && \ rm -rf /var/lib/apt/lists/* RUN ln -sf /dev/stdout /var/log/nginx/access.log && \