Files
casa/services/git-runner/Dockerfile
2024-09-01 04:06:00 +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