docker-devops-helper/Dockerfile

8 lines
157 B
Docker
Raw Normal View History

2021-05-15 09:07:36 +02:00
# https://hub.docker.com/_/alpine
FROM alpine:latest
RUN apk update && \
apk add --no-cache nano mc micro rsync ncdu git curl
2023-08-22 17:35:58 +02:00
COPY ./bin/ /usr/local/bin