Skip to content
Snippets Groups Projects
Commit 28601f56 authored by Eric Cano's avatar Eric Cano
Browse files

Added rm as suggested by yum clean all in image builds.

parent 609d26c8
Branches
Tags
No related merge requests found
......@@ -90,6 +90,8 @@ RUN yum-config-manager --enable epel --setopt="epel.priority=4" \
sudo \
&& \
yum clean all \
&& \
rm -rf /var/cache/yum \
&& \
mkdir -pv /etc/cta
......
......@@ -76,7 +76,9 @@ RUN yum-config-manager --enable epel --setopt="epel.priority=4" \
ltrace \
cta-cli \
&& \
yum clean all
yum clean all \
&& \
rm -rf /var/cache/yum
# Add pod specific configuration
ADD ${BASEDIR}/config ${LOCALORCHESTRATIONDIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment