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

Merge "Add blocks to customize RHEL package installation"

parents 04eef90e 8260bfb3
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ RUN true \
{% if base_distro == 'rhel' %}
{% block base_rhel_package_installation %}
# Enable couple required repositories for all RHEL builds
# Turn on EPEL throughout the build
RUN yum -y install \
......@@ -112,6 +113,7 @@ RUN yum -y install \
&& yum clean all \
&& yum-config-manager --enable rhel-7-server-optional-rpms \
&& yum-config-manager --enable rhel-7-server-extras-rpms
{% endblock %}
{% endif %}
{# Endif for base_distro RHEL #}
......
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