Skip to content

Commit

Permalink
update cert
Browse files Browse the repository at this point in the history
  • Loading branch information
jshihstsci committed Jan 4, 2024
1 parent febeaf4 commit db169c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modeling/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY STSCICA.crt /etc/ssl/certs/STSCICA.crt
COPY STSCICA.crt /usr/local/share/ca-certificates/STSCICA.crt
RUN apt-get update && \
apt-get install -y ca-certificates
RUN update-ca-certificates
RUN ln -sf /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-bundle.crt \
&& mkdir -p /etc/pki/ca-trust/extracted/openssl

Expand Down

0 comments on commit db169c0

Please sign in to comment.