keep ca-certificates

This commit is contained in:
André Bauer 2017-01-12 08:47:59 +01:00
parent d1be819000
commit 04031b2d22

View File

@ -31,7 +31,7 @@ COPY install-zammad.sh /tmp
RUN chmod +x /tmp/install-zammad.sh;/bin/bash -l -c /tmp/install-zammad.sh RUN chmod +x /tmp/install-zammad.sh;/bin/bash -l -c /tmp/install-zammad.sh
# cleanup # cleanup
RUN apt-get remove --purge -y git-core build-essential bzip2 ca-certificates libffi-dev libgdbm3 libssl-dev procps zlib1g-dev && \ RUN apt-get remove --purge -y git-core build-essential bzip2 libffi-dev libgdbm3 libssl-dev procps zlib1g-dev && \
apt-get autoremove -y && \ apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*