This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues or pull requests.
clessy/Dockerfile.mods

6 lines
118 B
Docker
Raw Permalink Normal View History

FROM golang:alpine
RUN apk add git
RUN go get -u git.fromouter.space/crunchy-rocks/clessy/mods
ENTRYPOINT [ "mods" ]