Skip to content

Commit d65f230

Browse files
authored
Merge pull request #151 from tao12345666333/rm-alpine3.8-wget
rm 5.0-rc/alpine/Dockerfile wget install
2 parents 30100b7 + 7f5671e commit d65f230

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

5.0-rc/alpine/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ ENV REDIS_DOWNLOAD_SHA 4bb2eeef3695d66d8b64767825acfeeb157d64536233eac7eae71b236
1414
RUN set -ex; \
1515
\
1616
apk add --no-cache --virtual .build-deps \
17-
ca-certificates \
1817
coreutils \
1918
gcc \
2019
jemalloc-dev \
2120
linux-headers \
2221
make \
2322
musl-dev \
24-
wget \
2523
; \
2624
\
2725
wget -O redis.tar.gz "$REDIS_DOWNLOAD_URL"; \

0 commit comments

Comments
 (0)