From 04bda407d4832defcfae40e43c47ce1d4b6bb08f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 4 Apr 2024 03:58:23 +0200 Subject: [PATCH] update awscli & nodejs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 786168478d..0341935df5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -147,7 +147,7 @@ RUN set -eux; \ ENV PATH="${PATH}:/usr/local/go/bin" ENV GO_PATH=/usr/local/go/bin/go -RUN curl -sL https://deb.nodesource.com/setup_20.x | sudo bash - +RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - RUN apt-get -y update && apt-get install -y curl nodejs awscli # go build is slower the first time it is ran, so we prewarm it in the build