🚧 Install certs

This commit is contained in:
Andreas Dinauer 2026-03-15 10:54:09 +01:00
parent d3a6d5c448
commit e83beed422

View File

@ -82,7 +82,7 @@
### ###
FROM registry.access.redhat.com/ubi9/openjdk-25-runtime:1.24 FROM registry.access.redhat.com/ubi9/openjdk-25-runtime:1.24
RUN microdnf install ca-certificates RUN microdnf update ca-certificates && microdnf clean all
ENV LANGUAGE='en_US:en' ENV LANGUAGE='en_US:en'