From c49d7b8595c4565413b59fb2bae8ee140485d6fa Mon Sep 17 00:00:00 2001 From: Scott Stroud Date: Tue, 17 Aug 2021 13:08:19 -0600 Subject: [PATCH] meh --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0076123..1645311 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,7 @@ USER root ######################################## ## Install Python -RUN dnf update -y --nodocs && dnf install -y --nodocs python38.x86_64 python38-pip-wheel.noarch openssl tar procps iputils hostname make gcc-c++ python3-devel libffi-devel \ - && pip3 install --upgrade pip \ +RUN dnf update -y --nodocs && dnf install -y --nodocs python38.x86_64 python38-pip-wheel.noarch openssl tar procps iputils hostname make gcc-c++ python3-devel \ && ln -s /usr/bin/python3 /usr/bin/python \ && ln -s /usr/bin/pip3 /usr/bin/pip \ && alias python=python3 \ -- GitLab