Skip to content
Snippets Groups Projects
Commit 4a5859bb authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add missing 'yum clean all' in oraclelinux base"

parents 2469425a 4dd60575
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,8 @@ RUN yum install -y \ ...@@ -84,7 +84,8 @@ RUN yum install -y \
&& rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 \ && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 \
&& yum clean all && yum clean all
RUN yum-config-manager --enable ol7_optional_latest ol7_addons RUN yum-config-manager --enable ol7_optional_latest ol7_addons
RUN yum install -y yum-plugin-priorities RUN yum install -y yum-plugin-priorities \
&& yum clean all
{% endif %} {% endif %}
{# Endif for base_distro oraclelinux #} {# Endif for base_distro oraclelinux #}
......
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