🚧 Install certs
This commit is contained in:
parent
77be1451be
commit
05798e47a5
@ -82,11 +82,11 @@
|
||||
###
|
||||
FROM registry.access.redhat.com/ubi9/openjdk-25-runtime:1.24
|
||||
|
||||
USER root
|
||||
RUN microdnf install -y ca-certificates && update-ca-trust && microdnf clean all
|
||||
|
||||
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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user