Browse Source

+ nuc certs into php74

master
dimti 10 months ago
parent
commit
1b35c6927c
  1. 10
      dockerfiles/php-fpm/php74.Dockerfile

10
dockerfiles/php-fpm/php74.Dockerfile

@ -33,6 +33,16 @@ RUN if [ ${INSTALL_PEAR_MAIL} = true ]; then \
COPY ./xdebug2/xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
###########################################################################
# НУЦ:
###########################################################################
RUN mkdir /usr/local/share/ca-certificates/extra && \
cd /usr/local/share/ca-certificates/extra && \
curl -O https://gu-st.ru/content/lending/russian_trusted_root_ca_pem.crt && \
curl -O https://gu-st.ru/content/lending/russian_trusted_sub_ca_pem.crt && \
update-ca-certificates
###########################################################################
# Tune opts:
###########################################################################

Loading…
Cancel
Save