Instead of running apt-get (and requiring sudo) simply assume all build
requirements are present on the host.
wget -q https://github.com/probonopd/AppImages/raw/master/functions.sh -O ./functions.sh
. ./functions.sh
-########################################################################
-# Get runtime dependencies
-########################################################################
-
-sudo apt-get update
-
-# The following are installed into the host system so that we can bundle them into the AppImage as dependencies
-sudo apt-get -y --force-yes install libqt5svg5 libqt5gui5 libboost-thread1.58.0 libboost-test1.58.0 libboost-chrono1.58.0 libboost-atomic1.58.0 libftdi1-2 libzip4
-
########################################################################
# Get build products from Jenkins
# FIXME: Do the actual building here instead