Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytang authored Jan 16, 2025
1 parent f933ae1 commit f791a86
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dockerfiles/node20/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
FROM node:20-alpine

# Install common tools and upgrade NPM
RUN apk add --no-cache git openssh && npm install -g npm

# Install PNPM
RUN /usr/bin/wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
RUN apk add --no-cache git openssh && npm install -g npm && npm install -g pnpm@latest-10

0 comments on commit f791a86

Please sign in to comment.