Update Dockerfile

This commit is contained in:
Kroese 2024-02-04 16:23:35 +01:00 committed by GitHub
parent 8afca1db1c
commit 2e69f537df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,9 @@ RUN apt-get update \
curl \
7zip \
wimtools \
cabextract \
genisoimage \
libxml-xpath-perl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*