- Sussex, England
- https://luke-else.co.uk
-
Software Engineer and Student from South England
- Joined on
2022-02-07
Block a user
nodejs (latest)
Installation
docker pull git.luke-else.co.uk/luke-else/nodejs:latestsha256:d51be5f281d01b26f0e1ae3de0b2c042429fb4aaf5f60c6a4d9152dec371db62
Image Layers
| ADD alpine-minirootfs-20260127-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache curl helix shadow openssl-dev pkgconf build-base ca-certificates # buildkit |
| RUN /bin/sh -c mkdir /app # buildkit |
| WORKDIR /app |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache nodejs pnpm # buildkit |