diff --git a/Dockerfile b/Dockerfile index bf0d491..477fb21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,9 @@ ################################################################################ ## MAIN STAGE ## ################################################################################ -# Copy the manager into the distroless image. -#FROM scratch -#FROM hub.sre.ink/base/distroless-static:nonroot-20210710 -#FROM mirror.ccs.tencentyun.com/library/alpine:3.13 FROM alpine:3.15.0 -#FROM hub.sre.ink/base/alpine:3.15.0 LABEL Description="原神工具箱" -MAINTAINER sre +MAINTAINER sre RUN echo 'https://mirrors.cloud.tencent.com/alpine/v3.13/main' > /etc/apk/repositories \ && echo 'https://mirrors.cloud.tencent.com/alpine/v3.13/community' >>/etc/apk/repositories \ && apk update && apk add tzdata && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \