add ssh client

This commit is contained in:
jimmy 2022-08-22 21:52:35 +12:00
parent d224cf2f11
commit 80bca26c18
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
FROM debian
RUN apt-get update && apt-get -y install cron
RUN apt-get update && apt-get -y install cron openssh-client
COPY entrypoint.sh /entrypoint.sh
COPY backup.sh /backups.sh
ENTRYPOINT [ "/entrypoint.sh" ]