linuxcraft/Dockerfile
2025-07-08 20:26:16 +02:00

10 lines
154 B
Docker

FROM alpine:latest
ENV PATH=$PATH:/root/go/bin
RUN apk add --update go \
nodejs
RUN go install github.com/packwiz/packwiz@latest
WORKDIR /modpack