docker-devops-helper/Dockerfile
Roger Sikorski 41fd71d826
All checks were successful
build / Dockerfile lint (push) Successful in 6s
build / build (push) Successful in 12s
hadolint, k3s and kaniko build added (#5)
Reviewed-on: #5
2023-08-22 17:37:35 +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