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

8 lines
166 B
Text
Raw Normal View History

FROM docker.io/gitlab/gitlab-runner:alpine-v16.8.0
2019-01-30 00:35:16 +01:00
RUN true \
&& apk update \
&& apk upgrade \
&& apk add ansible py3-influxdb py3-netaddr \
2019-01-30 00:35:16 +01:00
&& true