diff --git a/Dockerfile b/Dockerfile index 007612352fcfb4779b53a7e2ddc18093070167b5..1645311b04fe76608b61c6cfdd040eab3f501f2f 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 \