File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ ARG REDIS_DOWNLOAD_SHA=2049cd6ae9167f258705081a6ef23bb80b7eff9ff3d0d7481e89510f2
2323# && echo "https://mirrors.ustc.edu.cn/alpine/latest-stable/community" >> /etc/apk/repositories
2424
2525
26- RUN apk -U upgrade && apk add --update --no-cache bash libressl su-exec curl \
27- && apk add --no-cache --virtual .build-deps gcc coreutils linux-headers make musl-dev \
26+ RUN apk -U upgrade && apk add --update --no-cache su-exec \
27+ && apk add --no-cache --virtual .build-deps gcc coreutils linux-headers make musl-dev curl \
2828&& wget -cq ${REDIS_DOWNLOAD_URL} -O /tmp/redis-${REDIS_VERSION}.tar.gz \
2929&& echo "$REDIS_DOWNLOAD_SHA /tmp/redis-${REDIS_VERSION}.tar.gz" | sha256sum -c - \
3030&& mkdir -p /tmp/redis \
You can’t perform that action at this time.
0 commit comments