From 013d02d7264c182db459a7d67acc7d941eb68f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Tue, 9 Oct 2018 14:11:59 +0300 Subject: [PATCH] Add unbound to the build directive --- tests/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/build.yml b/tests/build.yml index 0b6858a0..e0123ca7 100644 --- a/tests/build.yml +++ b/tests/build.yml @@ -6,6 +6,10 @@ services: image: $DOCKER_ORG/nginx:$VERSION build: ../core/nginx + unbound: + image: $DOCKER_ORG/unbound:$VERSION + build: ../core/unbound + imap: image: $DOCKER_ORG/dovecot:$VERSION build: ../core/dovecot