update at 2020-01-09 17:56:01 by ehlxr
This commit is contained in:
parent
42b5806e44
commit
08677c1c10
9
openjdk/Dockerfile
Normal file
9
openjdk/Dockerfile
Normal 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
BIN
openjdk/Shanghai
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user