fix install packages
Some checks failed
/ release-and-build (push) Failing after 24s

This commit is contained in:
2026-03-16 14:06:34 +01:00
parent aa2620cb18
commit 990e09b26e

View File

@@ -15,7 +15,7 @@ ENV TZ=${TZ}
ENV USER=${APP_USER}
RUN apt-get update && \
apt-get install -y --no-install-recommends xz-utils && \
apt-get install -y --no-install-recommends xz-utils \
tzdata
# add s6 overlay