- Remove DST_Root_CA3 from workspace
This commit is contained in:
@ -56,6 +56,12 @@ RUN if [ ! -z "${CUSTOM_NODE_VERSION}" ]; then \
|
|||||||
;fi
|
;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
|
# Crontab
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
|
@ -57,6 +57,12 @@ RUN if [ ! -z "${CUSTOM_NODE_VERSION}" ]; then \
|
|||||||
;fi
|
;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
|
# Crontab
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user