Skip to content

Commit

Permalink
apline镜像增加telnet命令
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Nov 6, 2023
1 parent 1f55593 commit 9d017bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/alpine-3.18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ LABEL maintainer eryajf

RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g" /etc/apk/repositories \
&& apk upgrade \
&& apk add bash curl tzdata \
&& apk add bash curl tzdata busybox-extras \
&& ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime \
&& echo ${TZ} > /etc/timezone && rm -rf /var/cache/*

0 comments on commit 9d017bf

Please sign in to comment.