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