docker-devops-helper/dockerfile/alpine
Roger Sikorski ef2fd4978d
Some checks failed
build / build (push) Successful in 1m39s
build / Dockerfile lint (push) Failing after 9s
fixed paths and added unp
2023-11-12 17:32:25 +01:00

10 lines
239 B
Plaintext

# https://hub.docker.com/_/alpine
# https://endoflife.date/alpine
FROM alpine:3.18
RUN apk update && \
apk add --no-cache nano mc micro rsync ncdu git curl openssh-client unp
COPY ./bin/ /usr/local/bin
ENTRYPOINT ["sleep", "infinity"]