凌文龙
3 years ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
FROM registry.cn-hangzhou.aliyuncs.com/gcr_k8s_containers/distroless-nodejs:14 |
|||
|
|||
LABEL maintainer="Loong<ling.wenlong@free-sun.com.cn>" |
|||
|
|||
RUN apk update \ |
|||
&& apk add tzdata \ |
|||
&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ |
|||
&& echo "Asia/Shanghai" > /etc/timezone \ |
|||
&& apk del tzdata |
|||
|
Reference in new issue