少用的 - Dockerfile 设置时区

  • 作者:KK

  • 发表日期:2020.03.03


Alpine 镜像添加方法

RUN apk --no-cache add tzdata  && \
    ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
    echo "Asia/Shanghai" > /etc/timezone