Files
casa/services/git-runner/Dockerfile
Márcio Fernandes 103039e049
All checks were successful
deploy host / setup-runner (push) Successful in 6s
deploy host / ansible-playbook (push) Successful in 14s
host continuous deploy git actions and runner
2024-09-01 04:27:39 +01:00

4 lines
186 B
Docker

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