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 c2651ab commit 71b1d02Copy full SHA for 71b1d02
Dockerfile
@@ -57,6 +57,8 @@ RUN <<-EOT
57
cp -rf --remove-destination /etc/java-17-openjdk/* /usr/lib/jvm/ubuntu17/conf/
58
cp -rf --remove-destination /etc/java-17-openjdk/* /usr/lib/jvm/ubuntu17/lib/
59
cp -f --remove-destination /etc/java-17-openjdk/jvm-amd64.cfg /usr/lib/jvm/ubuntu17/lib/
60
+ apt-get clean
61
+ rm -rf /var/lib/apt/lists/*
62
EOT
63
64
# Remove cruft from JDKs that is not used in the build process.
0 commit comments