Add apt-get update before install build deps
This commit is contained in:
@ -2,5 +2,6 @@
|
||||
|
||||
if [ -f debian/control ]; then
|
||||
echo "Installing build dependencies..."
|
||||
apt-get update
|
||||
mk-build-deps -r -t "apt-get --force-yes -y --no-install-recommends" --install debian/control
|
||||
fi
|
||||
|
Reference in New Issue
Block a user