builder: Use -y for package installation

This commit is contained in:
Alexey Rogachevskiy
2019-09-11 18:55:01 +03:00
parent 24b1cd12ba
commit 2ea0eb0783

View File

@@ -4,7 +4,7 @@
# Step 1: Install pip
apt update
apt install curl
apt install -y curl
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python ./get-pip.py