From 7a8e78519c0abb9ab3ea9c405bcbeca168de3e9a Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 18 Jan 2024 10:10:35 +0100 Subject: [PATCH] build: Replace p7zip-full with 7zip --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c4fdcc8..2da6365 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,8 @@ ARG DEBCONF_NONINTERACTIVE_SEEN "true" RUN apt-get update \ && apt-get --no-install-recommends -y install \ curl \ - swtpm \ + 7zip \ wimtools \ - p7zip-full \ genisoimage \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*