From 45aa2ccebb095ac6da738ff63834bb59106ef073 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 14 Mar 2024 22:15:21 +0100 Subject: [PATCH] Add tzdata https://github.com/alexbelgium/hassio-addons/issues/1303 --- portainer_agent/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portainer_agent/Dockerfile b/portainer_agent/Dockerfile index 271b7f83e..85118220d 100644 --- a/portainer_agent/Dockerfile +++ b/portainer_agent/Dockerfile @@ -27,6 +27,8 @@ FROM $BUILD_FROM # Copy Portainer agent binaries COPY --from=original_agent /app /app +RUN apk add --no-cache tzdata + ################## # 2 Modify Image # ##################