From ead5dbf1e5b63d4d1fea8b43c041b4bee2f2b1a3 Mon Sep 17 00:00:00 2001 From: saibotk Date: Sun, 2 Jan 2022 23:52:10 +0100 Subject: [PATCH] Add software-properties-common to use ppa install command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 63a2fe5..35fe3f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN true \ RUN true \ && apt-get update \ - && apt-get install -y gpg \ + && apt-get install -y gpg software-properties-common \ && add-apt-repository ppa:ansible/ansible \ && apt-get update \ && apt-get install -y ansible python3-requests python3-influxdb python3-netaddr \