From beb79f4b87c3fab9284126c29603413623e18564 Mon Sep 17 00:00:00 2001 From: lerentis Date: Sat, 6 Jun 2020 01:40:58 +0200 Subject: [PATCH] no ppa needed --- ubuntu-20.04/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/ubuntu-20.04/Dockerfile b/ubuntu-20.04/Dockerfile index b25a729..59177bf 100644 --- a/ubuntu-20.04/Dockerfile +++ b/ubuntu-20.04/Dockerfile @@ -4,9 +4,6 @@ RUN apt-get update \ && apt-get install -y --no-install-recommends \ software-properties-common \ apt-utils \ - && apt-add-repository ppa:ansible/ansible \ - && apt-get update \ - && apt-get install -y --no-install-recommends \ ansible \ python-apt \ git-core \