fix
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user