Skip to content

Commit 2fde215

Browse files
author
root
committed
更新于 07-14 23:18
1 parent 7951b3d commit 2fde215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ WORKDIR $JD_DIR
1515
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
1616
&& apk update -f \
1717
&& apk upgrade \
18-
&& apk add --no-cache bash coreutils moreutils nano git wget curl tzdata perl openssl openssh python3 jq \
18+
&& apk add --no-cache bash coreutils moreutils nano git wget curl tzdata perl openssh-client python3 jq \
1919
&& rm -rf /var/cache/apk/* \
2020
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
2121
&& echo "Asia/Shanghai" > /etc/timezone \

0 commit comments

Comments
 (0)