Skip to content

Commit

Permalink
Update all installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Nov 7, 2024
1 parent fd61c6d commit e62efb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM flant/shell-operator:v1.5.1

RUN export REDIS_VERSION="7.0.5" && \
export REDIS_DOWNLOAD_URL="http://download.redis.io/releases/redis-${REDIS_VERSION}.tar.gz" && \
apk update && \
apk upgrade && \
apk add --update --no-cache --virtual build-deps gcc make linux-headers musl-dev tar openssl-dev pkgconfig && \
wget -O redis.tar.gz "$REDIS_DOWNLOAD_URL" && \
mkdir -p /usr/src/redis && \
Expand Down

0 comments on commit e62efb4

Please sign in to comment.