Skip to content

Commit

Permalink
Install ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Dec 4, 2024
1 parent e80323a commit eeb04aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 AS standard

RUN microdnf install shadow-utils
RUN microdnf install shadow-utils ca-certificates

RUN useradd -u 1001 unprivilegeduser
# Switch to non-root user
Expand Down
2 changes: 1 addition & 1 deletion emailsender/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN make emailsender

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 as standard

RUN microdnf install shadow-utils
RUN microdnf install shadow-utils ca-certificates

RUN useradd -u 1001 unprivilegeduser
ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /rds_ca/aws-rds-ca-global-bundle.pem
Expand Down
2 changes: 1 addition & 1 deletion probe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN make probe

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 as standard

RUN microdnf install shadow-utils
RUN microdnf install shadow-utils ca-certificates

RUN useradd -u 1001 unprivilegeduser
# Switch to non-root user
Expand Down

0 comments on commit eeb04aa

Please sign in to comment.