From 0ce4d10c90c1ca3f8ff7628cf83b9cbcc77d81fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Suttor?= Date: Fri, 17 Nov 2023 14:14:13 +0100 Subject: [PATCH] Add pip to python3 image --- py3/ubuntu/22.04/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/py3/ubuntu/22.04/Dockerfile b/py3/ubuntu/22.04/Dockerfile index 4eae65f..ccc1c2f 100644 --- a/py3/ubuntu/22.04/Dockerfile +++ b/py3/ubuntu/22.04/Dockerfile @@ -11,6 +11,7 @@ RUN apt-get update -qqy \ locales \ ncurses-term \ python3 \ + python3-pip \ software-properties-common \ telnet \ tzdata \