fix: add fakeroot needed for building

This commit is contained in:
Robert Baker 2020-08-05 03:14:42 -07:00
parent 58a8f8326d
commit 1fe32e9cd5

View File

@ -11,6 +11,7 @@ if [ -e /usr/bin/apt-get ]; then
g++ \
debhelper \
automake \
fakeroot \
libtool \
lsb-release
apt-get -qy --no-install-suggests --no-install-recommends install python