From ad2d16e9e4caec3d1265fe81158584cc16921b60 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Sat, 2 Jan 2021 18:40:35 +0000 Subject: [PATCH] Adjust python packages to python3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 686ee74..50e441c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ RUN true \ RUN true \ && apt-get update \ - && apt-get install -y ansible python-requests python-influxdb python-netaddr \ + && apt-get install -y ansible python3-requests python3-influxdb python3-netaddr \ && apt-get clean && apt-get purge && rm -r /var/lib/apt/lists/* \ && true