remove alpine 3.14.0 libretls fix

This commit is contained in:
Dmitry Belyaev 2021-09-01 09:49:25 +03:00 committed by Dmitry Belyaev
parent 92cf56c414
commit 411b922800
1 changed files with 0 additions and 10 deletions

View File

@ -2,11 +2,6 @@ FROM alpine:3.14.2 as build
ENV SQUID_VER 5.1
# fix conflict with libretls and libressl
RUN set -x && \
apk add --no-cache libretls && \
apk upgrade --no-cache libretls
RUN set -x && \
apk add --no-cache \
gcc \
@ -119,11 +114,6 @@ RUN set -x && \
deluser squid 2>/dev/null; delgroup squid 2>/dev/null; \
addgroup -S squid -g 3128 && adduser -S -u 3128 -G squid -g squid -H -D -s /bin/false -h /var/cache/squid squid
# fix conflict with libretls and libressl
RUN set -x && \
apk add --no-cache libretls && \
apk upgrade --no-cache libretls
RUN apk add --no-cache \
libstdc++ \
heimdal-libs \