dockerfile: Add libhandy as a dependency
Though it's unlikely Debian will have a version new enough for us, it's still useful to have this an advance. The meson subproject will work in cases where we don't have a new enough version of libhandy.
This commit is contained in:
parent
d11e609543
commit
52b4b490f3
|
@ -12,6 +12,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
|
|||
libglib2.0-dev \
|
||||
libglib-testing-0-dev \
|
||||
libgtk-3-dev \
|
||||
libhandy-1-dev \
|
||||
libpam0g-dev \
|
||||
libpolkit-gobject-1-dev \
|
||||
libxml2-utils \
|
||||
|
|
Loading…
Reference in New Issue