# 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