modified: services/code-server/Dockerfile
All checks were successful
deploy host / build-runner (push) Successful in 1m27s
All checks were successful
deploy host / build-runner (push) Successful in 1m27s
This commit is contained in:
@@ -7,10 +7,10 @@ RUN apt-get update -y \
|
|||||||
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \
|
&& 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 "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" \
|
||||||
&& add-apt-repository --yes --update ppa:ansible/ansible \
|
&& add-apt-repository --yes --update ppa:ansible/ansible \
|
||||||
&& apt-get update -y \
|
&& apt-get update -y
|
||||||
&& apt-get install python3 \
|
#&& apt-get install python3 \
|
||||||
&& apt-get install python3-pip \
|
#&& apt-get install python3-pip \
|
||||||
&& apt-get install -y ansible \
|
#&& apt-get install -y ansible \
|
||||||
&& apt-get install -y docker-ce
|
#&& apt-get install -y docker-ce
|
||||||
#&& python3 -m pip install ansible-dev-tools
|
#&& python3 -m pip install ansible-dev-tools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user