Skip to content
Snippets Groups Projects
Verified Commit 1be3134d authored by Tomáš Sapák's avatar Tomáš Sapák
Browse files

Remove pip upgrade

parent 49786a0c
No related branches found
No related tags found
No related merge requests found
Pipeline #365818 failed with stage
in 38 seconds
......@@ -11,7 +11,6 @@ ENV ANSIBLE_VERSION=${ANSIBLE_VERSION}
RUN export CRYPTOGRAPHY_DONT_BUILD_RUST=1\
&& apk add --no-cache --virtual build-dependencies python3-dev libffi-dev openssl-dev build-base unzip curl \
&& apk add openssh python3 git py3-pip jq yq \
&& pip3 install --upgrade pip \
&& pip3 install ansible==${ANSIBLE_VERSION} cryptography jinja2-cli passlib python-hcl2 netaddr \
&& ansible-galaxy collection install community.docker \
&& curl -LO https://github.com/opentofu/opentofu/releases/download/v1.6.0-rc1/tofu_1.6.0-rc1_amd64.apk \
......
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