Skip to content

Commit

Permalink
manuallay remove outdated certificates and update them
Browse files Browse the repository at this point in the history
  • Loading branch information
philippotto committed Oct 4, 2021
1 parent d483ab1 commit 0a0a761
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down

0 comments on commit 0a0a761

Please sign in to comment.