From 4550e5bbae703561f2e03227c796b35337960823 Mon Sep 17 00:00:00 2001 From: Filip Pytloun Date: Thu, 6 Apr 2023 11:57:51 +0200 Subject: [PATCH] Initial commit --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..cb5c81a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM restic/restic:0.15.1 +RUN apk add --no-cache jq curl + +ENTRYPOINT ["/usr/local/bin/backup.sh"]