From 7f1ed952f27d9f13f2cdcb95af3b604f5e47caeb Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Tue, 22 Aug 2017 13:49:20 -0500 Subject: [PATCH] trivial: update ubuntu dockerfile Syncs with changes from Debian and sets it up for rolling with devel release name changes --- contrib/ci/{Dockerfile-ubuntu-zesty => Dockerfile-ubuntu} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename contrib/ci/{Dockerfile-ubuntu-zesty => Dockerfile-ubuntu} (94%) diff --git a/contrib/ci/Dockerfile-ubuntu-zesty b/contrib/ci/Dockerfile-ubuntu similarity index 94% rename from contrib/ci/Dockerfile-ubuntu-zesty rename to contrib/ci/Dockerfile-ubuntu index 8cd2abef4..a0452dcb9 100644 --- a/contrib/ci/Dockerfile-ubuntu-zesty +++ b/contrib/ci/Dockerfile-ubuntu @@ -1,9 +1,10 @@ -FROM ubuntu:zesty +FROM ubuntu:devel RUN apt-get update -qq RUN apt-get install -yq --no-install-recommends \ debhelper \ devscripts \ + fakeroot \ docbook-utils \ fontconfig \ fontconfig-config \ @@ -40,6 +41,7 @@ RUN apt-get install -yq --no-install-recommends \ libsoup2.4-dev \ libsqlite3-dev \ libtool-bin \ + libumockdev-dev \ lintian \ meson \ pkg-config \ @@ -47,6 +49,7 @@ RUN apt-get install -yq --no-install-recommends \ python3-gi-cairo \ python3-pil \ udev \ + umockdev \ systemd \ valgrind #deps needed only for installed tests