站点更新:2018-08-08 14:40:00
This commit is contained in:
11
alpine/Dockerfile
Normal file
11
alpine/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine
|
||||
|
||||
LABEL maintainer="ehlxr <ehlxr.me@gmail.com>"
|
||||
|
||||
ENV TZ "Asia/Shanghai"
|
||||
|
||||
RUN apk upgrade --update \
|
||||
&& apk add tzdata \
|
||||
&& ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime \
|
||||
&& echo ${TZ} > /etc/timezone \
|
||||
&& rm -rf /var/cache/apk/*
|
Reference in New Issue
Block a user