Fix apt interactivity in Ubuntu

This commit is contained in:
heiko.reese
2021-08-21 23:10:05 +02:00
parent abba591c01
commit eb9123b3f6

View File

@ -5,7 +5,8 @@ stages:
.build:
stage: build
before_script:
- apt-get update && apt-get install -y build-essential exim4-dev libsodium-dev meson exim4-daemon-heavy pkg-config
- apt-get update
- DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install -y build-essential exim4-dev libsodium-dev meson exim4-daemon-heavy pkg-config
script:
- meson build
- cd build