Don't depend on zip

Closes #284
This commit is contained in:
BtbN 2023-07-22 15:46:55 +02:00
parent c07b573acd
commit 336c8909c8
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ RUN \
apt-get -y update && \
apt-get -y dist-upgrade && \
apt-get -y install build-essential yasm nasm \
xxd pkgconf curl wget unzip git subversion mercurial \
xxd pkgconf curl wget unzip zip git subversion mercurial \
autoconf automake libtool libtool-bin autopoint gettext cmake clang meson ninja-build \
texinfo texi2html help2man flex bison groff \
gperf itstool ragel libc6-dev libssl-dev \