git.forsaken-ashbirds.net/images/node/22/Dockerfile
Magnus Leßmann (@MarkL4YG) 6a062cb480
All checks were successful
/ ipv6 (push) Successful in 40s
experiment: Create generic node build image
2025-01-09 18:58:29 +01:00

8 lines
213 B
Docker

FROM docker.io/library/node:22
USER root
RUN apt-get --no-cache update && apt-get --no-cache install -y \
git git-lfs \
RUN curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=10.0.0 sh -
USER node