Browse Source

- Remove DST_Root_CA3 from workspace

master
parent
commit
d6b28eeb74
  1. 6
      dockerfiles/workspace/workspace73.Dockerfile
  2. 6
      dockerfiles/workspace/workspace74.Dockerfile

6
dockerfiles/workspace/workspace73.Dockerfile

@ -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
###########################################################################

6
dockerfiles/workspace/workspace74.Dockerfile

@ -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
###########################################################################

Loading…
Cancel
Save