Optimize a little the image size

master
Carlos Mogas da Silva hace 6 años
padre 7917a1f675
commit ae804fba63
  1. 2
      Dockerfile

@ -5,7 +5,7 @@ ENV EMAIL=${EMAIL:-test@email.tld}
ENV USE_LETSENCRYPT=${USE_LETSENCRYPT:-false}
RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list && \
apt-get update && apt-get upgrade -y && apt-get -t jessie-backports install -y supervisor certbot cron git && \
apt-get update && apt-get upgrade -y && apt-get -t jessie-backports install -y --noinstall-recommends supervisor certbot cron git && \
mkdir /var/log/supervisord && \
mkdir /var/run/supervisord && \
groupadd -r haraka && \

Cargando…
Cancelar
Guardar