diff --git a/Dockerfile b/Dockerfile index 8d6e9d1..28eba9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]