modified: services/code-server/Dockerfile (python3-pip)
Some checks failed
deploy host / build-runner (push) Failing after 1m36s

This commit is contained in:
2024-09-01 14:09:05 +01:00
parent 0ad74846e2
commit 74b83df395

View File

@@ -8,8 +8,8 @@ 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 python3 \
&& apt-get install python3-pip
#&& apt-get install -y ansible \
#&& apt-get install -y docker-ce
#&& python3 -m pip install ansible-dev-tools