Skip to content

Commit

Permalink
Remove Unused Oracle Linux Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Mar 18, 2022
1 parent e2a8554 commit e49e9a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM openjdk:17
FROM openjdk:17-oracle

RUN microdnf upgrade
RUN microdnf upgrade && microdnf remove expat fontconfig freetype \
aajohan-comfortaa-fonts fontpackages-filesystem gzip bzip2 tar libpng \
binutils && microdnf clean all

RUN mkdir -p /app/data && chown 1001:1001 /app/data
COPY target/blaze-standalone.jar /app/
Expand Down

0 comments on commit e49e9a5

Please sign in to comment.