From 631cfbefaa41e530fdb63036d411ea22e15f0941 Mon Sep 17 00:00:00 2001 From: Scott Stroud Date: Mon, 16 Aug 2021 11:43:12 -0600 Subject: [PATCH] meh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f56a31..ab22489 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 \ -- GitLab