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:
Christopher Davis 2021-02-08 17:30:35 -08:00 committed by Georges Basile Stavracas Neto
parent d11e609543
commit 52b4b490f3
1 changed files with 1 additions and 0 deletions

View File

@ -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 \