move to packwiz
This commit is contained in:
parent
7db0bb5c60
commit
e7cbdd0525
129 changed files with 2381 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM alpine:latest
|
||||
|
||||
ENV PATH=$PATH:/root/go/bin
|
||||
|
||||
RUN apk add --update go
|
||||
|
||||
RUN go install github.com/packwiz/packwiz@latest
|
||||
|
||||
WORKDIR /modpack
|
||||
Loading…
Add table
Add a link
Reference in a new issue