From 4c534f388b575c71b204e5f236a51f418e8f347d Mon Sep 17 00:00:00 2001 From: Paul Hewlett Date: Wed, 11 Oct 2023 16:19:40 +0100 Subject: [PATCH] Use nodejs debian package only See https://github.com/nodesource/distributions#new-update-%EF%B8%8F The nodejs installation script is no longer supported. --- Dockerfile-builder | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile-builder b/Dockerfile-builder index 1ef0fbdc..d4e9c92f 100644 --- a/Dockerfile-builder +++ b/Dockerfile-builder @@ -13,8 +13,6 @@ RUN curl -fsSOL https://taskfile.dev/install.sh \ && sh install.sh \ && rm -f install.sh -RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - - RUN apt-get update \ && apt-get upgrade -y --no-install-recommends \ && apt-get install -y --fix-missing \