add xz-utils
Some checks failed
/ release-and-build (push) Failing after 25s

This commit is contained in:
2026-03-16 13:59:50 +01:00
parent 33d12b3101
commit 9bc1ccf407

View File

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