From 7732ec7a31696cc9c2744c01f5c33b1aee479deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 14:02:57 +0100 Subject: [PATCH] modified: services/code-server/Dockerfile --- services/code-server/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/services/code-server/Dockerfile b/services/code-server/Dockerfile index 697d49d..8d09553 100644 --- a/services/code-server/Dockerfile +++ b/services/code-server/Dockerfile @@ -7,10 +7,10 @@ RUN apt-get update -y \ && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \ && 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 + && 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