Skip to content
Snippets Groups Projects
Verified Commit 28a1f0ed authored by Matthew Feickert's avatar Matthew Feickert
Browse files

Mve redhat-lsb-core up in install order

parent ec9e525f
No related branches found
No related tags found
No related merge requests found
Pipeline #2682760 failed
......@@ -15,7 +15,7 @@ ARG GIT_PROJECT_URL=https://github.com/root-project/root
COPY packages.txt /tmp/packages.txt
COPY requirements.txt /tmp/requirements.txt
RUN yum update -y && \
yum install -y epel-release && \
yum install -y epel-release redhat-lsb-core && \
yum install -y $(cat /tmp/packages.txt) && \
yum clean all && \
yum autoremove -y && \
......
......@@ -11,7 +11,6 @@ openssl-devel
gcc-gfortran
readline-devel
cmake3
redhat-lsb-core
gcc-gfortran
pcre-devel
mesa-libGL-devel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment