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