add nodejs to dockerfile

This commit is contained in:
Mara Wörle 2025-07-08 20:26:16 +02:00
parent 6c78115ee5
commit e8ec9b89c9

View file

@ -2,7 +2,8 @@ FROM alpine:latest
ENV PATH=$PATH:/root/go/bin
RUN apk add --update go
RUN apk add --update go \
nodejs
RUN go install github.com/packwiz/packwiz@latest