From df79b7dfff496a59f6823804573847c34bf6e8d5 Mon Sep 17 00:00:00 2001 From: mc303 Date: Thu, 29 Oct 2020 14:26:03 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index eebc06b..9de21c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ run apk add --no-cache --virtual .build-dependencies git \ iputils \ fping \ bash \ + tzdata \ \ # Configure apache and required PHP modules && docker-php-ext-configure mysqli --with-mysqli=mysqlnd \