Update Dockerfile

This commit is contained in:
Kroese 2025-03-18 02:06:12 +01:00 committed by GitHub
parent 21e86bb985
commit efb0b16334
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,14 +9,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 && \