trivial: update ubuntu dockerfile

Syncs with changes from Debian and sets it up for rolling with devel
release name changes
This commit is contained in:
Mario Limonciello 2017-08-22 13:49:20 -05:00
parent d067ed675e
commit 7f1ed952f2

View File

@ -1,9 +1,10 @@
FROM ubuntu:zesty FROM ubuntu:devel
RUN apt-get update -qq RUN apt-get update -qq
RUN apt-get install -yq --no-install-recommends \ RUN apt-get install -yq --no-install-recommends \
debhelper \ debhelper \
devscripts \ devscripts \
fakeroot \
docbook-utils \ docbook-utils \
fontconfig \ fontconfig \
fontconfig-config \ fontconfig-config \
@ -40,6 +41,7 @@ RUN apt-get install -yq --no-install-recommends \
libsoup2.4-dev \ libsoup2.4-dev \
libsqlite3-dev \ libsqlite3-dev \
libtool-bin \ libtool-bin \
libumockdev-dev \
lintian \ lintian \
meson \ meson \
pkg-config \ pkg-config \
@ -47,6 +49,7 @@ RUN apt-get install -yq --no-install-recommends \
python3-gi-cairo \ python3-gi-cairo \
python3-pil \ python3-pil \
udev \ udev \
umockdev \
systemd \ systemd \
valgrind valgrind
#deps needed only for installed tests #deps needed only for installed tests