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:
parent
80bc95d75b
commit
9d4c361f88
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user