From 8a2b390972ba1718181b4acb7dafab52b21543e8 Mon Sep 17 00:00:00 2001 From: yeti Date: Tue, 7 Feb 2023 13:37:12 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea7902e..cbb522b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Snapraid 12.0 FROM debian:bullseye -RUN apt-get update && apt-get upgrade +RUN apt-get update RUN apt-get install 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