1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-14 07:16:54 +00:00

ignore apk errors (from post-install triggers)

This commit is contained in:
Dmitry Belyaev 2017-05-12 15:13:40 +03:00
parent 80bc95d75b
commit 9d4c361f88

View File

@ -38,7 +38,7 @@ RUN set -x && \
heimdal-dev \
libtool \
libcap-dev \
linux-headers && \
linux-headers ; \
\
mkdir -p /tmp/build && \
cd /tmp/build && \
@ -108,7 +108,7 @@ RUN set -x && \
\
/sbin/setup-timezone -z $TZ && \
\
apk del .build-deps && \
apk del .build-deps ; \
cd / && \
rm -rf /tmp/build "$GNUPGHOME"