Skip to content

Commit f4890a5

Browse files
committed
Update Dockerfile to update certs
1 parent e653b37 commit f4890a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
FROM oraclelinux:8.9
22

3+
RUN dnf -y update
4+
RUN dnf -y install ca-certificates
5+
RUN update-ca-trust enable
6+
RUN update-ca-trust extract
7+
RUN dnf clean all
8+
39
ARG PUBLIC_URL_ARG=
410
ENV PUBLIC_URL=$PUBLIC_URL_ARG
511

0 commit comments

Comments
 (0)