From 192769f2f247db518d3b0acb3fc14626fc88fda0 Mon Sep 17 00:00:00 2001 From: Rob Anderson Date: Tue, 19 Sep 2023 19:53:55 -0400 Subject: [PATCH] no need to update npm here (#73) --- .devcontainer/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index d5f630b..91c9b93 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -14,8 +14,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ # [Optional] Uncomment if you want to install more global node modules # RUN su node -c "npm install -g " -# Update npm -RUN npm install -g npm # Intall aws cli RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip" -o "awscliv2.zip" && unzip awscliv2.zip && sudo ./aws/install # Install sam cli