docker-devops-helper/Dockerfile
Roger Sikorski c24bbbc6b9
Some checks failed
build / Dockerfile lint (push) Failing after 7s
build / build (push) Has been skipped
Dockerfile use COPY instead ADD
2023-08-22 17:35:58 +02:00

8 lines
157 B
Docker

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