Skip to content

Commit 0bb3d77

Browse files
committed
remove bash libressl
1 parent 75ea387 commit 0bb3d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)