5 lines
208 B
Docker
5 lines
208 B
Docker
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
|
|
|