From 796ffc9deffcc06917162e3450506bd98c0877d1 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 31 Jul 2017 12:03:52 +0100 Subject: [PATCH] build: Add appindicator bindings to CI --- build/ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/ci/Dockerfile b/build/ci/Dockerfile index 368d9c5e..b4f7b72c 100644 --- a/build/ci/Dockerfile +++ b/build/ci/Dockerfile @@ -6,6 +6,7 @@ RUN apt-get install -y \ git \ gtk-sharp3-gapi \ intltool \ + libappindicator3-0.1-cil-dev \ libdbus-glib2.0-cil-dev \ libgtk3.0-cil-dev \ libsoup2.4-dev \