feat: Alternative download method for Win 10 & 11 (#150)

This commit is contained in:
Kroese 2024-02-04 19:45:32 +01:00 committed by GitHub
parent 08648d1194
commit 14c149782a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 199 additions and 11 deletions

View file

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