mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-11 22:30:47 +00:00
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:
parent
d067ed675e
commit
7f1ed952f2
@ -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
|
Loading…
Reference in New Issue
Block a user