UNCLASSIFIED

Commit 29ca7f29 authored by Scott Stroud's avatar Scott Stroud
Browse files

more updates

parent 276389bd
...@@ -27,9 +27,10 @@ USER root ...@@ -27,9 +27,10 @@ USER root
######################################## ########################################
## Install Python ## 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/python3 /usr/bin/python \
&& ln -s /usr/bin/pip3 /usr/bin/pip \ && ln -s /usr/bin/pip3 /usr/bin/pip \
&& alias python=python3 \
&& dnf clean all \ && dnf clean all \
&& rm -rf /var/cache/dnf && rm -rf /var/cache/dnf
......
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