Files
casa/services/code-server/Dockerfile
Márcio Fernandes 0ad74846e2
All checks were successful
deploy host / build-runner (push) Successful in 1m27s
modified: services/code-server/Dockerfile (python3)
2024-09-01 14:05:41 +01:00

17 lines
662 B
Docker

FROM lscr.io/linuxserver/code-server:latest
RUN apt-get update -y
RUN apt-get update -y \
&& apt install -y software-properties-common ca-certificates curl software-properties-common \
&& 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
#&& python3 -m pip install ansible-dev-tools