This repository has been archived on 2025-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
Roger Sikorski 0e17abd1f7
All checks were successful
build / build (push) Successful in 2s
wtfismyip script added (#3)
Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
Reviewed-on: #3
2023-08-07 18:41:32 +02:00

8 lines
156 B
Docker

# https://hub.docker.com/_/alpine
FROM alpine:latest
RUN apk update && \
apk add --no-cache nano mc micro rsync ncdu git curl
ADD ./bin/ /usr/local/bin