Skip to content

Commit

Permalink
Merge pull request #79 from sysdiglabs/change_jdk
Browse files Browse the repository at this point in the history
switch to a ligher openjdk
  • Loading branch information
eckelon authored Feb 22, 2024
2 parents 7e5d66c + 002fd09 commit ac36a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CMD ["/opt/jmx_exporter/start.sh"]
FROM quay.io/sysdig/sysdig-mini-ubi9:1.2.5 as ubi

RUN microdnf --assumeyes --disableplugin=subscription-manager --nodocs update && \
microdnf --assumeyes --disableplugin=subscription-manager --nodocs install java-1.8.0-openjdk && \
microdnf --assumeyes --disableplugin=subscription-manager --nodocs install java-1.8.0-openjdk-headless && \
microdnf --assumeyes --disableplugin=subscription-manager --nodocs clean all && \
rm -rf /usr/lib/python3.6 && \
rm -rf /var/cache/yum
Expand Down

0 comments on commit ac36a4c

Please sign in to comment.