Add telegram bot functionality

This commit is contained in:
Kai Vogelgesang
2020-02-05 23:12:15 +01:00
parent 0a671b1a0a
commit 95ace5f95c
3 changed files with 24 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine
RUN apk update && apk add openssl openssh
RUN apk update && apk add openssl openssh curl
COPY backup.sh .