From 630ec6c78d858a6c7fa294304d7eac954d192596 Mon Sep 17 00:00:00 2001 From: Jan Pfeifer Date: Wed, 16 Oct 2024 17:45:19 +0200 Subject: [PATCH] Added `tzdata` deb package to docker. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0550477..bffa27b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ FROM ${BASE_IMAGE}:${BASE_TAG} USER root RUN apt update --yes RUN apt install --yes --no-install-recommends \ - sudo wget git openssh-client rsync curl + sudo tzdata wget git openssh-client rsync curl # Give NB_USER sudo power for "/usr/bin/apt-get install/update" or "/usr/bin/apt install/update". USER root