Update docker/alpine/Dockerfile

This commit is contained in:
Nova Cat 2025-04-12 19:28:00 -07:00
parent 81e131a9e5
commit 0b8a8a7904

View file

@ -1,3 +1,3 @@
FROM alpine:edge
RUN apk add node npm bash git
RUN apk add nodejs npm bash git