Skip to content

Commit 74f6fc4

Browse files
Copilotdecyjphr
andauthored
Remove non-deterministic npm install -g npm from devcontainer Dockerfile (#956)
* Initial plan * Fix alert #129: Remove non-deterministic npm install from devcontainer Dockerfile Agent-Logs-Url: https://github.com/github/safe-settings/sessions/0af97764-5b14-4195-ad8a-6b8adf723453 Co-authored-by: decyjphr <57544838+decyjphr@users.noreply.github.com> * Fix typo in devcontainer Dockerfile comment (Intall -> Install) Agent-Logs-Url: https://github.com/github/safe-settings/sessions/0af97764-5b14-4195-ad8a-6b8adf723453 Co-authored-by: decyjphr <57544838+decyjphr@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: decyjphr <57544838+decyjphr@users.noreply.github.com>
1 parent 74d5c44 commit 74f6fc4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
1414
# [Optional] Uncomment if you want to install more global node modules
1515
# RUN su node -c "npm install -g <your-package-list-here>"
1616

17-
# Update npm
18-
RUN npm install -g npm
19-
# Intall aws cli
17+
# Install aws cli
2018
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-$(uname -m).zip" -o "awscliv2.zip" && \
2119
unzip awscliv2.zip && \
2220
sudo ./aws/install && \

0 commit comments

Comments
 (0)