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

This commit is contained in:
2024-09-01 13:59:12 +01:00
parent 8085631aea
commit 94556f41c8

View File

@@ -11,6 +11,6 @@ RUN 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 docker-ce
#&& python3 -m pip install ansible-dev-tools