We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87aff90 + e62efb4 commit 91f6353Copy full SHA for 91f6353
Dockerfile
@@ -2,6 +2,8 @@ FROM flant/shell-operator:v1.5.1
2
3
RUN export REDIS_VERSION="7.4.1" && \
4
export REDIS_DOWNLOAD_URL="http://download.redis.io/releases/redis-${REDIS_VERSION}.tar.gz" && \
5
+ apk update && \
6
+ apk upgrade && \
7
apk add --update --no-cache --virtual build-deps gcc make linux-headers musl-dev tar openssl-dev pkgconfig && \
8
wget -O redis.tar.gz "$REDIS_DOWNLOAD_URL" && \
9
mkdir -p /usr/src/redis && \
0 commit comments