fixed build

This commit is contained in:
Marc Wäckerlin
2016-09-28 19:14:32 +00:00
parent fe4e8a2701
commit 8d65cef135
3 changed files with 4 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ mode="apt"
img="ubuntu:latest"
repos=()
keys=()
envs=()
envs=("-e DEBIAN_FRONTEND=noninteractive" "-e DEBCONF_NONINTERACTIVE_SEEN=true")
dirs=("-v $(pwd):/workdir")
packages=()
targets="all check distcheck"