From 03f9681a6c47d75c40b57f52391b24fb2497b38d Mon Sep 17 00:00:00 2001 From: yeti Date: Tue, 7 Feb 2023 19:30:22 +0000 Subject: [PATCH] timezone --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cc656cf..c5a7642 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:22.04 RUN apt update -RUN apt install -y python3 git snapraid smartmontools tzdata cron +RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt 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