Skip to content

Commit

Permalink
Java is now a 278MB layer
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Apr 8, 2018
1 parent 19543de commit 11990bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jdk-oracle-open/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ RUN set -ex; \
tar xvzf jdk.tar.gz; \
rm jdk.tar.gz; \
\
rm -v jdk-10/lib/src.zip; \
rm -r jdk-10/man/; \
\
apt-get purge -y --auto-remove $buildDeps; \
rm -rf /var/lib/apt/lists/*; \
rm -rf /var/log/dpkg.log /var/log/alternatives.log /var/log/apt
Expand Down

0 comments on commit 11990bd

Please sign in to comment.