act-run container image deploy

This commit is contained in:
2024-09-02 00:19:43 +01:00
parent b1a9c24f1f
commit 614f9e3782
2 changed files with 31 additions and 0 deletions

2
act-runner/Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
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