We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd1e450 + 29fc6a8 commit 26f9d8fCopy full SHA for 26f9d8f
docker/nova/nova-libvirt/Dockerfile.j2
@@ -76,12 +76,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
76
{% endif %}
77
78
79
- {% if base_arch in ['aarch64', 'x86_64'] %}
80
- {% set nova_libvirt_packages = nova_libvirt_packages + [
81
- 'dmidecode'
82
- ] %}
83
- {% endif %}
84
-
85
{% if base_distro in ['debian'] %}
86
{% set nova_libvirt_packages = nova_libvirt_packages + [
87
'usermode'
0 commit comments