diff --git a/images/node/22/Dockerfile b/images/node/22/Dockerfile deleted file mode 100644 index 0d27248..0000000 --- a/images/node/22/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -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