Update act-runner/Dockerfile
Some checks failed
/ build-docker-image (push) Failing after 26s

This commit is contained in:
2024-09-02 22:27:48 +00:00
parent c1873add3f
commit 91ea6f22be

View File

@@ -1,3 +1,4 @@
FROM catthehacker/ubuntu:act-latest FROM gitea/act_runner
#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