Update Dockerfile

This commit is contained in:
Kroese 2024-02-04 17:01:45 +01:00 committed by GitHub
parent 0b1bf16e7e
commit 66e8704d93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ RUN apt-get update \
wimtools \
cabextract \
genisoimage \
libxml-xpath-perl \
libxml2-utils \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*