UNCLASSIFIED

Commit 631cfbef authored by Scott Stroud's avatar Scott Stroud
Browse files

meh

parent e9bb25a5
Pipeline #428329 failed with stages
in 13 minutes and 13 seconds
...@@ -27,7 +27,7 @@ USER root ...@@ -27,7 +27,7 @@ USER root
######################################## ########################################
## Install Python ## 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/python3 /usr/bin/python \
&& ln -s /usr/bin/pip3 /usr/bin/pip \ && ln -s /usr/bin/pip3 /usr/bin/pip \
&& alias python=python3 \ && alias python=python3 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment