File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ RUN set -eu && \
19
19
dos2unix \
20
20
cabextract \
21
21
genisoimage \
22
- libxml2-utils && \
22
+ libxml2-utils \
23
+ libarchive-tools && \
23
24
apt-get clean && \
24
25
echo "$VERSION_ARG" > /run/version && \
25
26
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Original file line number Diff line number Diff line change @@ -1704,7 +1704,7 @@ prepareInstall() {
1704
1704
local msg=" Adding drivers to image..."
1705
1705
info " $msg " && html " $msg "
1706
1706
1707
- if ! tar -xf /drivers.txz -C " $drivers " --warning=no-timestamp ; then
1707
+ if ! bsdtar -xf /drivers.txz -C " $drivers " ; then
1708
1708
error " Failed to extract drivers!" && return 1
1709
1709
fi
1710
1710
Original file line number Diff line number Diff line change @@ -725,7 +725,7 @@ addDrivers() {
725
725
local msg=" Adding drivers to image..."
726
726
info " $msg " && html " $msg "
727
727
728
- if ! tar -xf /drivers.txz -C " $drivers " --warning=no-timestamp ; then
728
+ if ! bsdtar -xf /drivers.txz -C " $drivers " ; then
729
729
error " Failed to extract drivers from archive!" && return 1
730
730
fi
731
731
You can’t perform that action at this time.
0 commit comments