1
0
Fork 0

Add influxdb dependency

This patch adds the influxdb library as dependency the gitlab runner
which will allow the mangement of influxdb setups using the new
monitoring module from the infrastructure repository.[1]

[1]: 9ae68023f1/roles/monitoring
This commit is contained in:
Sheogorath 2020-07-05 23:13:10 +02:00
parent 3f92097466
commit df103f9387
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -10,6 +10,6 @@ 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 \
&& apt-get install -y ansible python3-influxdb \
&& apt-get clean && apt-get purge && rm -r /var/lib/apt/lists/* \
&& true