Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Dec 14, 2024
1 parent c6e8818 commit 8ea1f28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# syntax=docker/dockerfile:labs
FROM haproxy:3.0.7-alpine3.21
USER root
COPY --from=zoeyvid/curl-quic:431 /usr/local/bin/curl /usr/local/bin/curl
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini openssl && \
apk add --no-cache ca-certificates tzdata tini openssl curl && \
chown -R nobody:nobody /tmp

COPY start.sh /usr/local/bin/start.sh
Expand Down

0 comments on commit 8ea1f28

Please sign in to comment.