docker: add tzdata package, to support TZ env variable

This commit is contained in:
Igor Rzegocki
2022-11-01 12:57:49 +01:00
committed by GitHub
parent e81c87f288
commit e3b1810229
4 changed files with 6 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ COPY --from=builder /app/target/release/lldap /app/target/release/migration-tool
COPY docker-entrypoint.sh lldap_config.docker_template.toml ./
RUN set -x \
&& apk add --no-cache bash \
&& apk add --no-cache bash tzdata \
&& for file in $(cat app/static/libraries.txt); do wget -P app/static "$file"; done \
&& for file in $(cat app/static/fonts/fonts.txt); do wget -P app/static/fonts "$file"; done \
&& chmod a+r -R .