UNCLASSIFIED

Commit 573605d0 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'yeti' into 'development'

Yeti

See merge request !20
parents 7ef0bc37 83a6e64d
Pipeline #419157 passed with stages
in 21 minutes and 42 seconds
......@@ -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
......
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