Remove node image experiment
All checks were successful
/ ipv6 (push) Successful in 33s

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2025-01-15 17:47:26 +01:00
parent 9bd5005629
commit 59f4ffce6e
Signed by: Mark.TwoFive
GPG key ID: 5B5EBCBE331F1E6F

View file

@ -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