Files
gitea/act-runner/Dockerfile
Márcio Fernandes c904ae8a3a touch
2024-09-02 00:22:34 +01:00

4 lines
185 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