mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
build: Add 7zip and genisoimage
This commit is contained in:
parent
28b7d6fe55
commit
47eabad0c6
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ RUN apt-get update \
|
||||||
&& apt-get --no-install-recommends -y install \
|
&& apt-get --no-install-recommends -y install \
|
||||||
curl \
|
curl \
|
||||||
novnc \
|
novnc \
|
||||||
|
p7zip-full \
|
||||||
|
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