We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6ff5e commit 0a9362dCopy full SHA for 0a9362d
Dockerfile
@@ -9,7 +9,7 @@ LABEL version=1.0 \
9
description="A production grade performance tuned redis docker image created by Opstree Solutions"
10
11
ARG REDIS_VERSION="stable"
12
-ARG BUILD_WITH_MODULES=yes
+ARG BUILD_WITH_MODULES=no
13
ENV BUILD_WITH_MODULES=$BUILD_WITH_MODULES
14
15
RUN apk add --no-cache su-exec tzdata make curl build-base linux-headers bash openssl-dev
0 commit comments