Skip to content

Commit

Permalink
Fix JAVA_HOME in container image
Browse files Browse the repository at this point in the history
Signed-off-by: Ke Zhu <[email protected]>
  • Loading branch information
Ke Zhu authored and electrum committed Sep 16, 2020
1 parent 99bc355 commit 1ec879e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
FROM centos:centos7
LABEL maintainer="Presto community <https://prestosql.io/community.html>"

ENV JAVA_HOME /usr/lib/jvm/java-11
ENV JAVA_HOME /usr/lib/jvm/zulu11
RUN \
set -xeu && \
yum -y -q install https://cdn.azul.com/zulu/bin/zulu-repo-1.0.0-1.noarch.rpm && \
Expand Down

0 comments on commit 1ec879e

Please sign in to comment.