code server image added pip
Some checks failed
deploy host / build-runner (push) Failing after 3m49s

This commit is contained in:
2024-09-01 13:50:33 +01:00
parent f1843c303f
commit 4c9bee39bb

View File

@@ -9,5 +9,7 @@ RUN apt-get update -y \
&& add-apt-repository --yes --update ppa:ansible/ansible \ && add-apt-repository --yes --update ppa:ansible/ansible \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y ansible \ && apt-get install -y ansible \
&& apt-get install -y docker-ce && apt-get install -y docker-ce \
&& python3 -m ensurepip --upgrade \
&& python3 -m pip install ansible-dev-tools