summaryrefslogtreecommitdiff
path: root/ci/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/Dockerfile')
-rw-r--r--ci/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile
index 1007fa073..c8e777bfb 100644
--- a/ci/Dockerfile
+++ b/ci/Dockerfile
@@ -43,7 +43,8 @@ RUN ./configure \
--with-selinux \
--with-cap \
--with-acl \
- --with-lua
+ --with-lua \
+ --enable-silent-rules
RUN make
CMD make check; rc=$?; cat tests/rpmtests.log; exit $rc