Skip to content

Commit

Permalink
fix: clean up Dockerfile by removing unnecessary timezone environment…
Browse files Browse the repository at this point in the history
… variable
  • Loading branch information
funnyzak committed Jan 2, 2025
1 parent 9cb3d8b commit 665e96e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Docker/openjdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ LABEL org.label-schema.name="OpenJDK" \
org.label-schema.vendor="Leon<[email protected]>" \
org.label-schema.url="https://github.com/funnyzak/docker-release"

ENV LANG=C.UTF-8 \
TZ=Asia/Shanghai
ENV LANG=C.UTF-8

CMD ["java", "-version"]

0 comments on commit 665e96e

Please sign in to comment.