ipd: my own ifconfig.co
This commit is contained in:
parent
4a6d612d25
commit
1ba99a8a1a
1 changed files with 7 additions and 0 deletions
7
ipd/Dockerfile
Normal file
7
ipd/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM golang:latest as builder
|
||||
RUN go get github.com/mpolden/ipd/...
|
||||
|
||||
FROM alpine:latest
|
||||
RUN apk add --update --no-cache ca-certificates curl
|
||||
COPY --from=builder /go/bin/ipd /usr/bin/ipd
|
||||
ENTRYPOINT ipd
|
Loading…
Reference in a new issue