This commit is contained in:
2022-06-18 22:24:22 +02:00
parent 7fda4f7f2e
commit 6f6a2fdbd9

View File

@@ -34,6 +34,8 @@ COPY rootfs /
# Set shell
SHELL ["/bin/ash", "-o", "pipefail", "-c"]
USER root
RUN \
set -o pipefail && \
apk add --no-cache --virtual .build-dependencies \
@@ -64,6 +66,8 @@ RUN \
rm -f -r \
/tmp/*
USER haproxy
ENV ALLOW_RESTARTS=0 \
AUTH=0 \
BUILD=0 \