Skip to content

Commit

Permalink
no need to update npm here (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
robandpdx authored Sep 19, 2023
1 parent 2836b44 commit 192769f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your-package-list-here>"

# 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
Expand Down

0 comments on commit 192769f

Please sign in to comment.