Update Dockerfile

This commit is contained in:
Kroese 2024-02-04 17:01:15 +01:00 committed by GitHub
parent 80c43fc570
commit 2428b9f35b
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/*