Add dependency on tzdata

This commit is contained in:
Abhilash Raj
2022-10-26 13:41:52 +05:30
parent 5fe9f30fd5
commit 21155c1498

View File

@@ -32,6 +32,7 @@ RUN --mount=type=cache,target=/root/.cache \
python-memcached \
diskcache \
django-utils-six \
tzdata \
&& apk del .build-deps \
&& addgroup -S mailman \
&& adduser -S -G mailman mailman \