diff --git a/Dockerfile b/Dockerfile index fca724c..7f4ee6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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