From 4590b28b50a3e8f913fc8ba680912ddf80a7903f Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 4 Mar 2023 17:26:57 +0100 Subject: [PATCH] remove tzdata from mastercontainer Signed-off-by: Simon L --- Containers/mastercontainer/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containers/mastercontainer/Dockerfile b/Containers/mastercontainer/Dockerfile index f9f2914f..5b4d644e 100644 --- a/Containers/mastercontainer/Dockerfile +++ b/Containers/mastercontainer/Dockerfile @@ -27,7 +27,6 @@ RUN set -ex; \ util-linux-misc \ ca-certificates \ wget \ - tzdata \ bash \ apache2 \ apache2-proxy \