docker-devops-helper/Dockerfile
Roger Sikorski 4f1c64d87c
All checks were successful
build / Dockerfile lint (push) Successful in 6s
build / build (push) Successful in 33s
Dokerfile: use alpine 3.18 instead latest
2023-08-22 17:36:41 +02:00

8 lines
155 B
Docker

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