add nodejs to dockerfile
This commit is contained in:
parent
6c78115ee5
commit
e8ec9b89c9
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue