code-server added pip, doker, ansible, anslible-lint, ansible-creator
All checks were successful
deploy host / Deploy (push) Successful in 17s
deploy host / build-runner (push) Successful in 6m11s

This commit is contained in:
2024-09-01 14:26:19 +01:00
parent 74b83df395
commit 9bffda4ebb
2 changed files with 7 additions and 5 deletions

View File

@@ -8,9 +8,10 @@ RUN apt-get update -y \
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" \
&& add-apt-repository --yes --update ppa:ansible/ansible \
&& apt-get update -y \
&& apt-get install python3 \
&& apt-get install python3-pip
#&& apt-get install -y ansible \
#&& apt-get install -y docker-ce
#&& python3 -m pip install ansible-dev-tools
&& apt-get install -y python3 \
&& apt-get install -y python3-pip \
&& apt-get install -y ansible \
&& apt-get install -y docker-ce \
&& pip3 install ansible-lint --break-system-packages \
&& pip3 install ansible-creator --no-input --break-system-packages