Skip to content

Commit 3ab02de

Browse files
committed
wip
1 parent e76e6b9 commit 3ab02de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: install/docker/cws-image/Dockerfile-ci

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN yum update -y && \
55
yum clean all
66

77
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk
8+
RUN java -version
89

910
ENV TZ=America/Los_Angeles
1011
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

0 commit comments

Comments
 (0)