diff --git a/services/code-server/Dockerfile b/services/code-server/Dockerfile index 81581fb..91f9575 100644 --- a/services/code-server/Dockerfile +++ b/services/code-server/Dockerfile @@ -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