Files
casa/services/git-runner/Dockerfile
Márcio Fernandes 9c8da9ab4a
All checks were successful
deploy host / build-runner (push) Successful in 3m34s
removed code-server docker
2024-09-01 23:09:11 +01:00

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