3 lines
184 B
Docker
3 lines
184 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
|