Skip to content

Commit ad12c8c

Browse files
authored
Update install_java.sh
1 parent db0bd83 commit ad12c8c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.ci/docker/common/install_java.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
set -ex
99

10-
apt-get install -y --no-install-recommends \
11-
openjdk-17-jdk \
12-
ca-certificates-java \
13-
ant
10+
apt-get update
11+
12+
apt-get install -y --no-install-recommends openjdk-17-jdk

0 commit comments

Comments
 (0)