diff --git a/Dockerfile b/Dockerfile index 1f56a3151f331d3e5b33244c5fdab85532f194c5..ab22489a360fba578ff6c9c78ed12fbbccc9f902 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ USER root ######################################## ## Install Python -RUN dnf update -y && dnf install -y python38.x86_64 python38-pip-wheel.noarch openssl tar procps iputils hostname make gcc-c++ python3-devel \ +RUN dnf update -y && dnf install -y python38.x86_64 python38-pip-wheel.noarch openssl tar procps iputils hostname \ && ln -s /usr/bin/python3 /usr/bin/python \ && ln -s /usr/bin/pip3 /usr/bin/pip \ && alias python=python3 \