update awscli & nodejs

This commit is contained in:
Ruben Fiszel
2024-04-04 03:58:23 +02:00
parent 054cb709dc
commit 04bda407d4
+1 -1
View File
@@ -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