From a19d2956c1fd011b23c83fd48c820196b41f817a Mon Sep 17 00:00:00 2001 From: asquelt Date: Thu, 6 Apr 2017 13:07:42 +0200 Subject: [PATCH] try docker --- CI/install-dependencies-xenial.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CI/install-dependencies-xenial.sh b/CI/install-dependencies-xenial.sh index 428275c5..6e9ad824 100755 --- a/CI/install-dependencies-xenial.sh +++ b/CI/install-dependencies-xenial.sh @@ -3,6 +3,11 @@ set -ex # OBS Studio deps apt-get -qq update +apt-get install -y \ + libc-dev-bin libc6-dev \ + git \ + build-essential + apt-get install -y \ build-essential \ checkinstall \