Anton Shestakov <av6@dwimlabs.net>, Tue, 31 Oct 2017 13:09:18 +0800
pipelines: heed apt's warning and use apt-get, update, -y
--- a/bitbucket-pipelines.yml Tue Oct 31 13:06:26 2017 +0800
+++ b/bitbucket-pipelines.yml Tue Oct 31 13:09:18 2017 +0800
- pip install -r REQUIREMENTS
- - apt install wget tar unzip
+ - apt-get update && apt-get install -y wget tar unzip