From d3906329e74e84908de84a90e7b37396d0ee6325 Mon Sep 17 00:00:00 2001 From: andryyy Date: Sat, 13 Jul 2019 08:58:13 +0200 Subject: [PATCH] [SOGo] Update Dockerfile --- data/Dockerfiles/sogo/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/data/Dockerfiles/sogo/Dockerfile b/data/Dockerfiles/sogo/Dockerfile index 890981cc..02b4ed02 100644 --- a/data/Dockerfiles/sogo/Dockerfile +++ b/data/Dockerfiles/sogo/Dockerfile @@ -3,10 +3,10 @@ LABEL maintainer "Andre Peters " ARG DEBIAN_FRONTEND=noninteractive ENV LC_ALL C -ENV GOSU_VERSION 1.9 +ENV GOSU_VERSION 1.11 # Prerequisites -RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \ +RUN apt-get update && apt-get install -y --no-install-recommends \ apt-transport-https \ ca-certificates \ cron \ @@ -51,5 +51,3 @@ RUN chmod +x /bootstrap-sogo.sh \ /usr/local/sbin/stop-supervisor.sh CMD exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf - -RUN rm -rf /tmp/* /var/tmp/*