- Remove DST_Root_CA3 from workspace

This commit is contained in:
2021-10-01 22:29:21 +03:00
parent b10442065d
commit d6b28eeb74
2 changed files with 12 additions and 0 deletions

View File

@ -56,6 +56,12 @@ RUN if [ ! -z "${CUSTOM_NODE_VERSION}" ]; then \
;fi
###########################################################################
# Remove DST_Root_CA3
###########################################################################
RUN sed -i 's/^mozilla\/DST_Root_CA_X3\.crt/!mozilla\/DST_Root_CA_X3.crt/g' /etc/ca-certificates.conf && update-ca-certificates
###########################################################################
# Crontab
###########################################################################

View File

@ -57,6 +57,12 @@ RUN if [ ! -z "${CUSTOM_NODE_VERSION}" ]; then \
;fi
###########################################################################
# Remove DST_Root_CA3
###########################################################################
RUN sed -i 's/^mozilla\/DST_Root_CA_X3\.crt/!mozilla\/DST_Root_CA_X3.crt/g' /etc/ca-certificates.conf && update-ca-certificates
###########################################################################
# Crontab
###########################################################################