From 9497a814a8d05eb4d651541afbddc50f44672ac7 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 25 Jul 2016 07:19:49 -0700 Subject: [PATCH] Add apache2 to improve test speed and reliability. (#16819) --- test/utils/docker/opensuseleap/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/utils/docker/opensuseleap/Dockerfile b/test/utils/docker/opensuseleap/Dockerfile index 183ec679069..f881759b7e0 100644 --- a/test/utils/docker/opensuseleap/Dockerfile +++ b/test/utils/docker/opensuseleap/Dockerfile @@ -4,6 +4,7 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh && \ zypper --non-interactive install --force systemd-sysvinit && \ zypper --non-interactive install --auto-agree-with-licenses --no-recommends \ acl \ + apache2 \ asciidoc \ bzip2 \ curl \