Update Dockerfile. Added tzdata

pull/7015/head
Harald Dumdey 2023-11-29 07:00:52 +01:00 committed by GitHub
parent f3fb76f669
commit c84f38ac0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ RUN apk add \
libjpeg-turbo \
shadow \
sudo \
tzdata \
libedit \
libldap \
libcap && \