mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-09-03 07:57:35 +00:00
ignore apk errors (from post-install triggers)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user