Skip to content

Commit 0b8f759

Browse files
committed
Add missing clean
1 parent 6a28a55 commit 0b8f759

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ RUN <<-EOT
5252
cp -rf --remove-destination /etc/java-17-openjdk/* /usr/lib/jvm/ubuntu17/conf/
5353
cp -rf --remove-destination /etc/java-17-openjdk/* /usr/lib/jvm/ubuntu17/lib/
5454
cp -f --remove-destination /etc/java-17-openjdk/jvm-amd64.cfg /usr/lib/jvm/ubuntu17/lib/
55+
apt-get clean
56+
rm -rf /var/lib/apt/lists/*
5557
EOT
5658

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

0 commit comments

Comments
 (0)