diff --git a/dockerfiles/php-fpm/php74.Dockerfile b/dockerfiles/php-fpm/php74.Dockerfile index e290b2c..777b8d4 100644 --- a/dockerfiles/php-fpm/php74.Dockerfile +++ b/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: ###########################################################################