mirror of
https://github.com/dockur/windows.git
synced 2025-10-26 19:05:49 +00:00
feat: Use bsdtar to extract driver archive (#805)
This commit is contained in:
parent
16c3a047c2
commit
a659c1c9da
3 changed files with 4 additions and 3 deletions
|
|
@ -19,7 +19,8 @@ RUN set -eu && \
|
|||
dos2unix \
|
||||
cabextract \
|
||||
genisoimage \
|
||||
libxml2-utils && \
|
||||
libxml2-utils \
|
||||
libarchive-tools && \
|
||||
apt-get clean && \
|
||||
echo "$VERSION_ARG" > /run/version && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue