diff --git a/Dockerfile b/Dockerfile index a8ddcbe..a1525b3 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 python3-influxdb \ + && apt-get install -y ansible python-requests python-influxdb \ && apt-get clean && apt-get purge && rm -r /var/lib/apt/lists/* \ && true