From 30a16c711512732831c997e2cd4a27d0890ae8ef Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Wed, 17 Dec 2025 07:29:31 +0100 Subject: [PATCH] Android: add xz-utils Signed-off-by: tobiasKaminsky --- android/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/Dockerfile b/android/Dockerfile index 92688bc..eef2907 100644 --- a/android/Dockerfile +++ b/android/Dockerfile @@ -1,7 +1,7 @@ FROM debian:trixie RUN apt-get update && apt-get install -y apt-utils -RUN apt-get install -y ruby wget libxdamage1 libpulse0 locales openjdk-21-jdk qrencode git curl && \ +RUN apt-get install -y ruby wget libxdamage1 libpulse0 locales openjdk-21-jdk qrencode git curl xz-utils && \ apt-get autoremove -y && apt-get autoclean && apt-get clean && \ rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*