diff --git a/docker/multipathd/Dockerfile.j2 b/docker/multipathd/Dockerfile.j2 index e2fcba2e5bffaa41e6ecef819aff045ff3cb86dd..ec96443985123e3edff0a64154a604b36f283c65 100644 --- a/docker/multipathd/Dockerfile.j2 +++ b/docker/multipathd/Dockerfile.j2 @@ -5,7 +5,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build {% import "macros.j2" as macros with context %} -{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %} +{% if base_distro in ['centos', 'oraclelinux', 'rhel', 'openeuler'] %} {% set multipathd_packages = ['device-mapper-multipath'] %} {% elif base_distro in ['debian', 'ubuntu'] %} {% set multipathd_packages = ['multipath-tools'] %}