Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelbaron committed Aug 28, 2024
1 parent b209557 commit 4396dde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java-minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ ARG JAVA_VERSION=11

SHELL ["/bin/bash", "-c"]

ENV JAVA_HOME /usr/local/openjdk
ENV PATH $JAVA_HOME/bin:$PATH
ENV JAVA_HOME=/usr/local/openjdk
ENV PATH=$JAVA_HOME/bin:$PATH

# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
ENV LANG=C.UTF-8

USER root

Expand Down

0 comments on commit 4396dde

Please sign in to comment.