mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
build: Replace p7zip-full with 7zip
This commit is contained in:
parent
4a8f55ec58
commit
7a8e78519c
1 changed files with 1 additions and 2 deletions
|
|
@ -7,9 +7,8 @@ ARG DEBCONF_NONINTERACTIVE_SEEN "true"
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get --no-install-recommends -y install \
|
&& apt-get --no-install-recommends -y install \
|
||||||
curl \
|
curl \
|
||||||
swtpm \
|
7zip \
|
||||||
wimtools \
|
wimtools \
|
||||||
p7zip-full \
|
|
||||||
genisoimage \
|
genisoimage \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue