fix ssh client installation
This commit is contained in:
parent
abb31b634e
commit
506bb37589
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user