feature/sleep-for-ever #6

Merged
RogerSik merged 5 commits from feature/sleep-for-ever into main 2023-11-12 12:40:50 +01:00
Showing only changes of commit 506bb37589 - Show all commits

View File

@ -1,8 +1,9 @@
# 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-common
apk add --no-cache nano mc micro rsync ncdu git curl openssh-client
COPY ./bin/ /usr/local/bin
ENTRYPOINT ["sleep", "infinity"]