Skip to content

Commit 71b1d02

Browse files
committed
Add missing clean
1 parent c2651ab commit 71b1d02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ RUN <<-EOT
5757
cp -rf --remove-destination /etc/java-17-openjdk/* /usr/lib/jvm/ubuntu17/conf/
5858
cp -rf --remove-destination /etc/java-17-openjdk/* /usr/lib/jvm/ubuntu17/lib/
5959
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/*
6062
EOT
6163

6264
# Remove cruft from JDKs that is not used in the build process.

0 commit comments

Comments
 (0)