Download:
child 221:38f1eefd1eee
parent 219:2f20aff2389c
220:4c0ce2a34d92
Anton Shestakov <av6@dwimlabs.net>, Fri, 12 Aug 2016 19:06:18 +0800
pipelines: install libssl-dev for the same package

1 файлов изменено, 5 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Fri Aug 12 18:58:38 2016 +0800
+++ b/bitbucket-pipelines.yml Fri Aug 12 19:06:18 2016 +0800
@@ -5,7 +5,11 @@
- step:
script:
- apt-get update && apt-get install -y
- build-essential libffi-dev python-dev python-virtualenv
+ build-essential
+ libffi-dev
+ libssl-dev
+ python-dev
+ python-virtualenv
- virtualenv ./venv
- ./venv/bin/pip install ansible
- ansible --version