仓库地址已更换为阿里云镜像源。
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
FROM iqimei/alpine:v3.15-ssh
ENV LANG=C.UTF-8 \
TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
&& echo $TZ > /etc/timezone \
&& apk update \
&& apk add --update procps \
&& apk add --no-cache ca-certificates ttf-dejavu tzdata tini bash curl openssh-client wget lftp git
Content type
Image
Digest
sha256:f601fe184…
Size
3.2 MB
Last updated
over 2 years ago
docker pull iqimei/alpine:3.17.2