feature/sleep-for-ever #6
@ -1,8 +1,9 @@
|
|||||||
# https://hub.docker.com/_/alpine
|
# https://hub.docker.com/_/alpine
|
||||||
|
# https://endoflife.date/alpine
|
||||||
FROM alpine:3.18
|
FROM alpine:3.18
|
||||||
|
|
||||||
RUN apk update && \
|
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
|
COPY ./bin/ /usr/local/bin
|
||||||
|
|
||||||
ENTRYPOINT ["sleep", "infinity"]
|
ENTRYPOINT ["sleep", "infinity"]
|
||||||
|
Loading…
Reference in New Issue
Block a user