We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0bd83 commit ad12c8cCopy full SHA for ad12c8c
.ci/docker/common/install_java.sh
@@ -7,7 +7,6 @@
7
8
set -ex
9
10
-apt-get install -y --no-install-recommends \
11
- openjdk-17-jdk \
12
- ca-certificates-java \
13
- ant
+apt-get update
+
+apt-get install -y --no-install-recommends openjdk-17-jdk
0 commit comments