upgrade pinned requests library
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-08-19 21:37:43 +02:00
parent 08a36a7c8b
commit fb2d5d37e9
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 2 additions and 4 deletions

View File

@ -1,2 +1,2 @@
- ENHANCEMENT
- update ansible to v2.9.12
- upgrade pinned requests library

View File

@ -20,10 +20,8 @@ COPY overlay/ /
RUN apk add --update --no-cache --virtual .build-deps gcc make libffi-dev musl-dev \
openssl-dev python3-dev && \
apk add --update --no-cache git openssh-client && \
# Required to fix hcloud dependency:
# hcloud 1.6.3 has requirement requests<2.23,>=2.20, but you'll have requests 2.23.0
echo "Installing ansible 'v$ANSIBLE_VERSION' ..." && \
pip install -qq --upgrade --no-cache-dir pip setuptools requests~=2.22.0 && \
pip install -qq --upgrade --no-cache-dir pip setuptools requests~=2.23 && \
pip install -qq --no-cache-dir ansible~="$ANSIBLE_VERSION" && \
echo "Installing requirements ..." && \
MOLECULE_VERSION="${MOLECULE_VERSION##v}" && \