Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Mar 24, 2024
1 parent a9397f7 commit 4d9692d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM haproxy:2.9.6-alpine3.19
USER root
RUN apk add --no-cache ca-certificates tzdata tini openssl curl
RUN apk add --no-cache ca-certificates tzdata tini openssl curl && \
chown -R nobody:nobody /tmp

COPY start.sh /usr/local/bin/start.sh
COPY haproxy.cfg /etc/haproxy/haproxy.cfg
Expand Down

0 comments on commit 4d9692d

Please sign in to comment.