From 3a521c748e481e20374cda6442c30f76370f8671 Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 6 Oct 2021 23:59:57 +0200 Subject: [PATCH] Build Ubuntu image on BYOC Docker (3) --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 69dc0b989..8433bdfdd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -76,7 +76,7 @@ for: - sh: echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections # not sdrplay with soapysdr; libairspyhf-dev is too old (no lna) - sh: | - sudo apt-get -y install build-essential cmake git \ + sudo apt-get -y install build-essential cmake git xxd \ devscripts fakeroot debhelper libfftw3-dev qtbase5-dev libqt5opengl5-dev \ qttools5-dev qttools5-dev-tools qtmultimedia5-dev libqt5multimedia5-plugins libqt5websockets5-dev \ libqt5quick5 \