diff --git a/Dockerfile b/Dockerfile index 04a79df2bda1c6df12b69dedac6b44002838b590..5e1cd641e97acda7b72b210e856d09492c38e3f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,9 +27,10 @@ USER root ######################################## ## Install Python -RUN dnf update -y && dnf install -y python38.x86_64 python38-pip-wheel.noarch \ +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 \ && dnf clean all \ && rm -rf /var/cache/dnf