From 1e3600e14068b89b439536fdb68bc801d6a94ae2 Mon Sep 17 00:00:00 2001 From: Simon C Date: Mon, 17 Jul 2023 09:35:27 +0200 Subject: [PATCH] feat: Add timezone --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39b8dac..ca8ca77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM peakcom/s5cmd:v2.1.0 label maintainer="RĂ©siLien " -RUN apk --no-cache add inotify-tools bash +RUN apk --no-cache add inotify-tools bash tzdata ADD watch /watch VOLUME /data