UNCLASSIFIED

Commit c49d7b85 authored by Scott Stroud's avatar Scott Stroud
Browse files

meh

parent ed6ee352
Pipeline #429925 failed with stages
in 16 minutes and 36 seconds
...@@ -27,8 +27,7 @@ USER root ...@@ -27,8 +27,7 @@ USER root
######################################## ########################################
## Install Python ## Install Python
RUN dnf update -y --nodocs && dnf install -y --nodocs python38.x86_64 python38-pip-wheel.noarch openssl tar procps iputils hostname make gcc-c++ python3-devel libffi-devel \ RUN dnf update -y --nodocs && dnf install -y --nodocs python38.x86_64 python38-pip-wheel.noarch openssl tar procps iputils hostname make gcc-c++ python3-devel \
&& pip3 install --upgrade pip \
&& 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