diff --git a/test/utils/docker/opensuseleap/Dockerfile b/test/utils/docker/opensuseleap/Dockerfile index e6da247cf82..a0aaec0c1dd 100644 --- a/test/utils/docker/opensuseleap/Dockerfile +++ b/test/utils/docker/opensuseleap/Dockerfile @@ -9,10 +9,12 @@ RUN zypper --non-interactive install --auto-agree-with-licenses \ acl \ asciidoc \ bzip2 \ + curl \ dbus-1-python \ gcc \ git \ glibc-locale \ + glibc-i18ndata \ iproute \ lsb-release \ make \ diff --git a/test/utils/docker/ubuntu1604/Dockerfile b/test/utils/docker/ubuntu1604/Dockerfile index 5c711c20e23..92426111bcd 100644 --- a/test/utils/docker/ubuntu1604/Dockerfile +++ b/test/utils/docker/ubuntu1604/Dockerfile @@ -15,6 +15,7 @@ RUN apt-get install -y \ acl \ bzip2 \ cdbs \ + curl \ debhelper \ debianutils \ devscripts \