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 b03eef6 commit 85c3bc3
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
Expand Up @@ -26,13 +26,12 @@ SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
COPY rootfs /
COPY src /app/src

COPY --from=zoeyvid/curl-quic:431 /usr/local/bin/curl /usr/local/bin/curl
COPY --from=zoeyvid/valkey-static:34 /usr/local/bin/valkey-cli /usr/local/bin/valkey-cli
COPY --from=zoeyvid/valkey-static:34 /usr/local/bin/valkey-server /usr/local/bin/valkey-server

ARG CRS_VER=v4.7.0
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini \
apk add --no-cache ca-certificates tzdata tini curl \
bash nano \
logrotate apache2-utils \
lua5.1-lzlib lua5.1-socket \
Expand Down

0 comments on commit 85c3bc3

Please sign in to comment.