Skip to content

Commit cd7a5c8

Browse files
committed
update Dockerfile
1 parent a1c804a commit cd7a5c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/nginx/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ RUN crontab -l | { cat; echo "0 5 * * 1 certbot renew --quiet --renew-hook \"ser
4242

4343
RUN sed -i'' -r -e "/set/i\cron" docker-entrypoint.sh
4444

45-
RUN cp cacert.pem /etc/ssl/certs/ca-certificates.crt
45+
RUN cp cacert.pem /etc/ssl/certs/ca-certificates.crt
46+
RUN update-ca-certificates

0 commit comments

Comments
 (0)