wtfismyip script added #3
@ -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