From 4bd94c6147da2e8661f283f53147ae80e4d96ce0 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 6 Nov 2024 15:15:03 +0100 Subject: [PATCH] Make sure that required packages are installed for build of Windows installer The build process needs the packages curl, python3-venv and unzip which are missing in the Docker image for Ubuntu. Signed-off-by: Stefan Weil --- nsis/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nsis/build.sh b/nsis/build.sh index 4de11afb..2815cf24 100755 --- a/nsis/build.sh +++ b/nsis/build.sh @@ -28,10 +28,10 @@ PKG_ARCH=mingw-w64-${ARCH/_/-} # Install packages. sudo apt-get update --quiet sudo apt-get install --assume-yes --no-install-recommends --quiet \ - asciidoc xsltproc docbook-xml docbook-xsl \ + asciidoc curl xsltproc docbook-xml docbook-xsl \ automake dpkg-dev libtool pkg-config default-jdk-headless \ mingw-w64-tools nsis g++-"$PKG_ARCH" \ - makepkg pacman-package-manager + makepkg pacman-package-manager python3-venv unzip # Configure pacman.