From e37d1c037617c4a0164592b53610fe68f559b861 Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 26 Nov 2023 21:55:14 +0800 Subject: [PATCH] install tzdata --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 325984a..54ee847 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ RUN set -xe \ openssl-dev \ python3 \ python3-dev \ + tzdata \ && curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \ && pip3 install --no-binary lxml \ aioxmpp \