Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/erikdubbelboer/phpRedisAdmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuyar <296399959@qq.com>2022-07-03 22:03:29 +0300
committerGitHub <noreply@github.com>2022-07-03 22:03:29 +0300
commit7be7f0a27c0c732d4c1dad5f194c07c7e09dda50 (patch)
tree62706668bc28c231757d2c81d5e9aac7b6a45ac7
parent175faa7f8f39e189eaeccb9cd556d7d3397fe696 (diff)
Bring in tzdata so users could set the timezones through the environment (#182)
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 16f313d..6a82667 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM composer:2.2
ENV TINI_VERSION 0.19.0-r0
-RUN apk add --no-cache tini=$TINI_VERSION
+RUN apk add --no-cache tini=$TINI_VERSION tzdata
ADD . /src/app/