removed code-server docker
All checks were successful
deploy host / build-runner (push) Successful in 3m34s

This commit is contained in:
2024-09-01 23:09:11 +01:00
parent 36fdb1a366
commit 9c8da9ab4a
4 changed files with 3 additions and 46 deletions

View File

@@ -1,17 +0,0 @@
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 -y python3 \
&& apt-get install -y python3-pip \
&& apt-get install -y ansible \
&& apt-get install -y docker-ce \
&& pip3 install ansible-lint --break-system-packages \
&& pip3 install ansible-creator --no-input --break-system-packages

View File

@@ -1,3 +1,2 @@
FROM catthehacker/ubuntu:act-latest
RUN apt-get update && apt install software-properties-common && add-apt-repository --yes --update ppa:ansible/ansible && apt-get install -y ansible
RUN apt-get update && apt install software-properties-common && add-apt-repository --yes --update ppa:ansible/ansible && apt-get install -y ansible