From 29ca7f29b0eec4ae317fda67416c2ea66a805cdb Mon Sep 17 00:00:00 2001 From: Scott Stroud Date: Wed, 11 Aug 2021 11:19:52 -0600 Subject: [PATCH] more updates --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04a79df..5e1cd64 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 -- GitLab