UNCLASSIFIED

Commit a25c5e8e authored by Matt Vasquez's avatar Matt Vasquez
Browse files

remove dnf upgrade

parent b9ca5b97
Pipeline #275798 passed with stages
in 130 minutes and 1 second
...@@ -10,8 +10,7 @@ ENV USER=jovyan ...@@ -10,8 +10,7 @@ ENV USER=jovyan
COPY --chown=$USER *.whl *.tar.gz *.zip /tmp/packages/ COPY --chown=$USER *.whl *.tar.gz *.zip /tmp/packages/
RUN dnf upgrade -y && \ RUN dnf install -y hostname xz-devel make gcc gcc-c++ openssl-devel bzip2-devel libffi-devel sqlite-devel && \
dnf install -y hostname xz-devel make gcc gcc-c++ openssl-devel bzip2-devel libffi-devel sqlite-devel && \
rm /usr/bin/python3 && \ rm /usr/bin/python3 && \
cd /opt/Python-"$(python --version | awk '{print $2}')" && \ cd /opt/Python-"$(python --version | awk '{print $2}')" && \
./configure --enable-optimizations && \ ./configure --enable-optimizations && \
......
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