1
0
Fork 0
This repository has been archived on 2025-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
gitlab-ansible-runner/Dockerfile
2019-01-30 00:37:08 +01:00

14 lines
336 B
Docker

FROM gitlab/gitlab-runner:latest
RUN true \
&& apt-get update \
&& apt-get upgrade \
&& apt-get install sudo \
&& true
RUN true \
&& apt-get update \
&& apt-get install -y software-properties-common \
&& apt-add-repository --yes --update ppa:ansible/ansible \
&& apt-get install -y ansible
&& true