Skip to content
Snippets Groups Projects
Commit b01be804 authored by Danilo Piparo's avatar Danilo Piparo Committed by GitHub
Browse files

Don't cache in the docker layer the yum metadata

parent 1a98cff8
Branches
Tags
No related merge requests found
......@@ -37,7 +37,7 @@ RUN yum -y install \
wget \
which \
zeromq3-devel \
zlib-devel
zlib-devel && yum clean all
# Install Latex packages (missing in SLC6, needed to convert notebooks to PDF)
WORKDIR /usr/share/texmf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment