Skip to content
Snippets Groups Projects
Commit fd350117 authored by Ingo Meyer's avatar Ingo Meyer
Browse files

Add missing `yum clean all` calls to keep the images smaller

parent 6196b7aa
No related branches found
No related tags found
No related merge requests found
......@@ -21,4 +21,5 @@ RUN yum update -y && \
nasm \
qt-devel \
qt5-qtbase-devel \
which
which && \
yum clean all
......@@ -17,4 +17,5 @@ RUN yum update -y && \
patch \
texlive-collection-latex \
texlive-dvipng \
which
which && \
yum clean all
......@@ -20,4 +20,5 @@ RUN yum update -y && \
qt5-qtbase-devel \
which && \
yum install -y centos-release-scl && \
yum install -y devtoolset-8
yum install -y devtoolset-8 && \
yum clean all
......@@ -16,4 +16,5 @@ RUN yum update -y && \
texlive-dvipng \
which && \
yum install -y centos-release-scl && \
yum install -y devtoolset-8
yum install -y devtoolset-8 && \
yum clean all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment