add tzdata in docker base image

This commit is contained in:
bbk
2023-08-07 11:49:57 +02:00
parent 5accb547b4
commit 53f978d8e2

View File

@@ -22,6 +22,7 @@ RUN apt-get update \
python3-pip \
sqlite3 \
wget \
tzdata \
&& npm install -g yarn sass\
&& locale-gen en_US.UTF-8