wtfismyip script added (#3)
All checks were successful
build / build (push) Successful in 2s
All checks were successful
build / build (push) Successful in 2s
Signed-off-by: Roger Sikorski <roger@sikorski.cloud> Reviewed-on: #3
This commit is contained in:
parent
d2823d3241
commit
0e17abd1f7
@ -2,4 +2,6 @@
|
||||
FROM alpine:latest
|
||||
|
||||
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