🚧 Install certs
This commit is contained in:
parent
05798e47a5
commit
c2cfb36564
@ -84,9 +84,6 @@ FROM registry.access.redhat.com/ubi9/openjdk-25-runtime:1.24
|
|||||||
|
|
||||||
ENV LANGUAGE='en_US:en'
|
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
|
# 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/lib/ /deployments/lib/
|
||||||
COPY --chown=185 target/quarkus-app/*.jar /deployments/
|
COPY --chown=185 target/quarkus-app/*.jar /deployments/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user