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 committed May 12, 2024
1 parent 3802dd2 commit 0ce5ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ RUN apk upgrade --no-cache -a && \
FROM alpine:3.19.1
COPY --from=build /src/curl/src/curl /usr/local/bin/curl
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata && \
apk add --no-cache ca-certificates tzdata tini && \
curl -V && \
curl --compressed --http3-only -sIL https://quic.nginx.org && \
mkdir -vp /host

WORKDIR /host
ENTRYPOINT ["curl"]
ENTRYPOINT ["tini", "--", "curl"]
CMD ["-V"]

0 comments on commit 0ce5ced

Please sign in to comment.