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.
1 parent 56de572 commit 29fc6a8Copy full SHA for 29fc6a8
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