Removed meson from apt-get install because we use the pip version.

This commit is contained in:
Heiko Reese
2021-09-05 14:13:50 +02:00
parent 8c0340df0e
commit 565aa43fb2

View File

@ -56,8 +56,7 @@ for i in "${images[@]}"; do
pkg-config \ pkg-config \
python3-pip \ python3-pip \
exim4-daemon-heavy \ exim4-daemon-heavy \
openssl \ openssl; \
meson; \
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install -y \ DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install -y \
debhelper \ debhelper \
dh-make \ dh-make \