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 d54efb18a9
Some checks failed
build / build (push) Successful in 4s
build / dockerfile lint (push) Failing after 12s
switched to alpine 3.18
Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
2023-08-08 14:47:48 +02:00

8 lines
152 B
Docker

# https://endoflife.date/alpine
FROM alpine:3.18
RUN apk update && \
apk add --no-cache nano mc micro rsync ncdu git curl
ADD ./bin/ /usr/local/bin