From 0a0a76130b9287d27ffca32865c6e4c99ebeb241 Mon Sep 17 00:00:00 2001 From: Philipp Otto Date: Mon, 4 Oct 2021 14:41:41 +0200 Subject: [PATCH] manuallay remove outdated certificates and update them --- Dockerfile.dev | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index 32c858b450..f883dcd24c 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -10,7 +10,8 @@ RUN apt-get update && apt-get install apt-transport-https # Fixes "The repository 'https://deb.nodesource.com/node_12.x stretch Release' does no longer have a Release file." # https://github.com/nodesource/distributions/issues/1266#issuecomment-931467582 # https://github.com/nodesource/distributions/issues/1266#issuecomment-931481002 -RUN apt-get install openssl ca-certificates libgnutls30 +# https://github.com/nodesource/distributions/issues/1266#issuecomment-933102213 +RUN apt-get install openssl ca-certificates libgnutls30 && rm /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt && update-ca-certificates # add node package source RUN curl -sL "https://deb.nodesource.com/setup_${VERSION_NODE}" | bash -