build: Add 7zip and genisoimage

This commit is contained in:
Kroese 2024-01-14 18:51:00 +01:00 committed by GitHub
parent 28b7d6fe55
commit 47eabad0c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,8 @@ RUN apt-get update \
&& apt-get --no-install-recommends -y install \
curl \
novnc \
p7zip-full \
genisoimage \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*