4 lines
86 B
Docker
4 lines
86 B
Docker
FROM catthehacker/ubuntu:act-latest
|
|
RUN apt-get update && apt-get install -y ansible
|
|
|