Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
parent
d2823d3241
commit
e21d286cb0
@ -3,3 +3,5 @@ FROM alpine:latest
|
|||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add --no-cache nano mc micro rsync ncdu git curl
|
apk add --no-cache nano mc micro rsync ncdu git curl
|
||||||
|
|
||||||
|
ADD ./bin/ /usr/local/bin
|
||||||
|
3
bin/wtfismyip
Normal file
3
bin/wtfismyip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
curl https://ipv4.wtfismyip.com/text
|
||||||
|
curl https://ipv6.wtfismyip.com/text
|
Loading…
Reference in New Issue
Block a user