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 Jun 20, 2024
1 parent 76a6d35 commit 996bbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG VALKEY_VERSION=7.2.5

RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates git build-base && \
apk add --no-cache ca-certificates git build-base pkgconf && \
git clone --recursive --branch "$VALKEY_VERSION" https://github.com/valkey-io/valkey /src && \
cd /src && \
sed -i "s|\(protected_mode.*\)1|\10|g" /src/src/config.c && \
Expand Down

0 comments on commit 996bbc2

Please sign in to comment.