Skip to content

Commit

Permalink
[java-sdk] Fix PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Sep 19, 2024
1 parent 6b725e8 commit 48922a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-jdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget --quiet "https://cdn.azul.com/zulu/bin/${DISTRIBUTION}.tar.gz" && \
FROM alpine:${ALPINE_VERSION}

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' JAVA_HOME=/opt/jdk
ENV PATH="/opt/jre/bin:${PATH}"
ENV PATH="/opt/jdk/bin:${PATH}"

COPY --from=builder /opt/jdk /opt/jdk

Expand Down

0 comments on commit 48922a9

Please sign in to comment.