From f15e77fb883a53242d7d59bf974955c7545e79eb Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Wed, 20 Apr 2022 19:42:30 +0200 Subject: [PATCH] fixed ubuntu 22.04 python apt package name --- ubuntu-22.04/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-22.04/Dockerfile b/ubuntu-22.04/Dockerfile index 317c4e2..cae1575 100644 --- a/ubuntu-22.04/Dockerfile +++ b/ubuntu-22.04/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update \ software-properties-common \ apt-utils \ ansible \ - python-apt \ + python3-apt \ git-core \ openssh-client \ curl \