Update Dockerfile

This commit is contained in:
Kroese 2025-03-18 02:06:57 +01:00 committed by GitHub
parent 60cd6cdd44
commit 6dbf36fbe7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,14 +10,11 @@ ARG DEBCONF_NONINTERACTIVE_SEEN="true"
RUN set -eu && \
apt-get update && \
apt-get --no-install-recommends -y install \
7zip \
wsdd \
samba \
xz-utils \
wimtools \
dos2unix \
cabextract \
genisoimage \
libxml2-utils \
libarchive-tools && \
apt-get clean && \