code server image added pip
Some checks failed
deploy host / build-runner (push) Failing after 3m49s
Some checks failed
deploy host / build-runner (push) Failing after 3m49s
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user