From 5bc8789635b1ce742a7a23b2f179b370df85f725 Mon Sep 17 00:00:00 2001 From: yeti Date: Tue, 7 Feb 2023 13:45:51 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50406e7..e4f0086 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:bullseye RUN apt-get update -RUN apt-get install -y python3 git snapraid smartmontools tzdata +RUN apt-get install -y python3 git snapraid smartmontools tzdata cron RUN git clone https://github.com/Chronial/snapraid-runner.git /app/snapraid-runner RUN chmod +x /app/snapraid-runner/snapraid-runner.py