From 8f2feb2389577de8a605f20a99b40b1078649322 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Feb 26 2020 15:04:59 +0000 Subject: Explicitly install pip in container image --- diff --git a/Dockerfile b/Dockerfile index 93d0e25..16f5ace 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,7 @@ RUN cd /etc/yum.repos.d/ \ python3-gobject-base \ python3-flask-script \ python3-flask-login \ + python3-pip \ && dnf -y clean all \ && rm -f /tmp/*