From 6221565fa122f9b4c4cb537dfd9c49e0fe6d16f5 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 26 Oct 2022 19:16:44 +0200 Subject: [PATCH] just install go sources --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7aeb534..9d29390 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,9 @@ RUN \ RUN \ echo "**** install dev runtimes ****" && \ - curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - && \ + #curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - && \ # update already called by nodesource install script - # apt-get update && \ + apt-get update && \ apt-get install -y \ # let the user install nodejs to save 800MB in image # nodejs \