Skip to content
Snippets Groups Projects
Verified Commit 36055fbb authored by Varac's avatar Varac
Browse files

Install requests as alpine packages

parent aa3a18f5
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,10 @@ bootstrap:
# https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir
- chmod 755 test/
- cd test/
- apk --no-cache add ansible musl-dev linux-headers gcc py3-psutil openssh-client
- pip3 install requests tabulate testinfra
- apk --no-cache add ansible musl-dev linux-headers gcc py3-psutil py3-requests openssh-client
# p3-tabulate is not installable, see https://code.greenhost.net/openappstack/bootstrap/issues/54
# There is no alpine package for testinfra
- pip3 install tabulate testinfra
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
# - mkdir -p --mode 700 ~/.ssh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment