update at 2020-01-09 17:56:01 by ehlxr

master
ehlxr 2020-01-09 17:56:01 +08:00
parent 42b5806e44
commit 08677c1c10
2 changed files with 9 additions and 0 deletions

9
openjdk/Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM adoptopenjdk/openjdk8:alpine
# ehlxr/openjdk8:alpine
LABEL maintainer="ehlxr <ehlxr.me@gmail.com>"
ENV TZ "Asia/Shanghai"
COPY Shanghai /usr/share/zoneinfo/${TZ}
RUN ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime \
&& echo ${TZ} > /etc/timezone

BIN
openjdk/Shanghai Normal file

Binary file not shown.