docker-devops-helper/Dockerfile
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