upgrade pinned requests library
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
08a36a7c8b
commit
fb2d5d37e9
@ -1,2 +1,2 @@
|
||||
- ENHANCEMENT
|
||||
- update ansible to v2.9.12
|
||||
- upgrade pinned requests library
|
||||
|
@ -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}" && \
|
||||
|
Reference in New Issue
Block a user