From df103f9387c218ccffd39d34560f98e81296e89d Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sun, 5 Jul 2020 23:13:10 +0200 Subject: [PATCH] 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]: https://git.shivering-isles.com/shivering-isles/infrastructure/-/tree/9ae68023f17ae8bb9f4ae8eb5cc34319c133d9fb/roles/monitoring --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2869c9d..f192637 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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