Skip to content

Commit

Permalink
Add one more certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
sashkab committed Nov 17, 2024
1 parent d0fbac0 commit ac910da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rss/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.20.3

LABEL \
maintainer="[email protected]" \
version="2024.09.20" \
version="2024.11.17" \
description="tt-rss: web-based news feed aggregator."

RUN set -xe \
Expand Down Expand Up @@ -36,6 +36,7 @@ RUN set -xe \
php82 \
icu-data-full \
&& wget -q -P /usr/local/share/ca-certificates/ https://cacerts.digicert.com/ThawteRSACA2018.crt.pem \
&& wget -q -P /usr/local/share/ca-certificates/ https://cacerts.digicert.com/ThawteTLSRSACAG1.crt.pem \
&& ln -sfn php82 /usr/bin/php

ADD php-fpm.conf /etc/php82/php-fpm.conf
Expand Down

0 comments on commit ac910da

Please sign in to comment.