+ nuc certs into php74
This commit is contained in:
@ -33,6 +33,16 @@ RUN if [ ${INSTALL_PEAR_MAIL} = true ]; then \
|
|||||||
COPY ./xdebug2/xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
|
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:
|
# Tune opts:
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user