From e1a3f2af83277970850cce5326532e29e5458df7 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Thu, 13 Aug 2020 16:55:10 +0200 Subject: [PATCH] Fix python2 vs python3 package confusion --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a369f1..fb0e65c 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 python-requests python-influxdb python3-netaddr \ + && apt-get install -y ansible python-requests python-influxdb python-netaddr \ && apt-get clean && apt-get purge && rm -r /var/lib/apt/lists/* \ && true