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

7 lines
172 B
Docker

FROM docker.io/gitlab/gitlab-runner:alpine-v16.8.0
RUN true \
&& apk update \
&& apk upgrade \
&& apk add gnupg ansible py3-influxdb py3-netaddr \
&& true