Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile-ess-linux.j2 241 B
# Custom Dockerfile template for ESS Linux
{% if item.registry is defined %}
FROM {{ item.registry.url }}/{{ item.image }}
{% else %}
FROM {{ item.image }}
{% endif %}

RUN  dnf makecache && dnf --assumeyes install iproute2 && dnf clean all