From 565aa43fb242965133db897cdd66eb9c6174efde Mon Sep 17 00:00:00 2001 From: Heiko Reese Date: Sun, 5 Sep 2021 14:13:50 +0200 Subject: [PATCH] Removed meson from apt-get install because we use the pip version. --- ci_container/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci_container/build.sh b/ci_container/build.sh index f3072ce..c2c53bc 100755 --- a/ci_container/build.sh +++ b/ci_container/build.sh @@ -56,8 +56,7 @@ for i in "${images[@]}"; do pkg-config \ python3-pip \ exim4-daemon-heavy \ - openssl \ - meson; \ + openssl; \ DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install -y \ debhelper \ dh-make \