Skip to content

Commit

Permalink
Workshop enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Salm committed Aug 14, 2023
1 parent 286b6f8 commit ef4e955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ COPY --chown=1001:0 . /home/eduk8s/

RUN yum install moreutils wget -y

RUN wget -O /etc/pki/ca-trust/source/anchors/isrgrootx1.pem https://letsencrypt.org/certs/isrgrootx1.pem && update-ca-trust
RUN wget -O /etc/pki/ca-trust/source/anchors/isrgrootx1.pem https://letsencrypt.org/certs/isrgrootx1.pem && wget -O /etc/pki/ca-trust/source/anchors/lets-encrypt-r3.pem https://letsencrypt.org/certs/lets-encrypt-r3.pem
RUN update-ca-trust

USER 1001

Expand Down

0 comments on commit ef4e955

Please sign in to comment.