Autobuild gets stuck due to interactive dialog when installing some package, a potential fix.

This commit is contained in:
jpekkila
2020-08-19 11:36:23 +00:00
parent 043237f677
commit 1c4aac80c3

View File

@@ -20,6 +20,7 @@ pipelines:
scheduled:
- step:
script: # Modify the commands below to build your repository.
- DEBIAN_FRONTEND=noninteractive
- mkdir -p build && cd build
- apt-get update
- apt-get install -y apt-transport-https ca-certificates gnupg software-properties-common wget