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

15 lines
338 B
Text
Raw Normal View History

2019-01-30 00:35:16 +01:00
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 \
2019-01-30 00:44:42 +01:00
&& apt-get install -y ansible \
2019-01-30 00:35:16 +01:00
&& true