dups random-utils
This commit is contained in:
parent
01bc9fc656
commit
618baeb12c
1 changed files with 7 additions and 0 deletions
7
dups/Dockerfile
Normal file
7
dups/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM golang:latest as builder
|
||||
|
||||
RUN go get -v git.thisco.de/mirrors/random-utils/cmd/dups
|
||||
|
||||
FROM alpine:latest
|
||||
COPY --from=builder /go/bin/dups /usr/bin/dups
|
||||
ENTRYPOINT ["/usr/bin/dups"]
|
Loading…
Reference in a new issue