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

Merge "Add a block around oraclelinux base package install"

parents 5f0ea584 f6e84307
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,7 @@ RUN yum -y install \ ...@@ -114,6 +114,7 @@ RUN yum -y install \
{% if base_distro == 'oraclelinux' %} {% if base_distro == 'oraclelinux' %}
{% block base_oraclelinux_package_installation %}
COPY oraclelinux-extras.repo /etc/yum.repos.d/oraclelinux-extras.repo COPY oraclelinux-extras.repo /etc/yum.repos.d/oraclelinux-extras.repo
RUN yum -y install \ RUN yum -y install \
tar \ tar \
...@@ -133,6 +134,7 @@ RUN yum -y install \ ...@@ -133,6 +134,7 @@ RUN yum -y install \
&& yum -y install \ && yum -y install \
yum-plugin-priorities \ yum-plugin-priorities \
&& yum clean all && yum clean all
{% endblock %}
{% 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