This commit is contained in:
@ -1,10 +1,4 @@
|
||||
FROM docker:latest
|
||||
|
||||
# Install packages
|
||||
RUN apk add --no-cache curl wget git bash
|
||||
|
||||
# Install Node 18
|
||||
RUN apk add nodejs npm --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --allow-untrusted
|
||||
FROM fascinated/docker-images:node-latest
|
||||
|
||||
# Install pnpm
|
||||
RUN npm install -g pnpm
|
Reference in New Issue
Block a user