try docker

This commit is contained in:
asquelt 2017-04-06 13:07:42 +02:00
parent 7a6b5b965d
commit a19d2956c1

View File

@ -3,6 +3,11 @@ set -ex
# OBS Studio deps # OBS Studio deps
apt-get -qq update apt-get -qq update
apt-get install -y \
libc-dev-bin libc6-dev \
git \
build-essential
apt-get install -y \ apt-get install -y \
build-essential \ build-essential \
checkinstall \ checkinstall \