🚧 Install certs

This commit is contained in:
Andreas Dinauer 2026-03-15 11:20:50 +01:00
parent 05798e47a5
commit c2cfb36564

View File

@ -84,9 +84,6 @@ FROM registry.access.redhat.com/ubi9/openjdk-25-runtime:1.24
ENV LANGUAGE='en_US:en'
USER root
RUN microdnf install -y ca-certificates && microdnf clean all
# We make four distinct layers so if there are application changes the library layers can be re-used
COPY --chown=185 target/quarkus-app/lib/ /deployments/lib/
COPY --chown=185 target/quarkus-app/*.jar /deployments/