Skip to content

Commit 0a9362d

Browse files
committed
default to not building with modules
1 parent 4c6ff5e commit 0a9362d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL version=1.0 \
99
description="A production grade performance tuned redis docker image created by Opstree Solutions"
1010

1111
ARG REDIS_VERSION="stable"
12-
ARG BUILD_WITH_MODULES=yes
12+
ARG BUILD_WITH_MODULES=no
1313
ENV BUILD_WITH_MODULES=$BUILD_WITH_MODULES
1414

1515
RUN apk add --no-cache su-exec tzdata make curl build-base linux-headers bash openssl-dev

0 commit comments

Comments
 (0)