docker-devops-helper/Dockerfile

8 lines
165 B
Docker
Raw Normal View History

# https://endoflife.date/alpine
FROM alpine:3.18
2021-05-15 09:07:36 +02:00
RUN apk update && \
apk add --no-cache nano mc micro rsync ncdu git curl
COPY --chmod=755 ./bin/ /usr/local/bin