From 52b4b490f3bfcf906aa7ee93c0d925d005aaada1 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Mon, 8 Feb 2021 17:30:35 -0800 Subject: [PATCH] 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. --- .gitlab-ci/debian-unstable.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/debian-unstable.Dockerfile b/.gitlab-ci/debian-unstable.Dockerfile index 6c6385b..a5dc150 100644 --- a/.gitlab-ci/debian-unstable.Dockerfile +++ b/.gitlab-ci/debian-unstable.Dockerfile @@ -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 \