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 32ce4c1 commit 039b041Copy full SHA for 039b041
ContainerFiles/ironic-conductor
@@ -58,7 +58,7 @@ LABEL org.opencontainers.image.description="OpenStack Service (ironic-conductor)
58
COPY --from=dependency_build /var/lib/openstack /var/lib/openstack
59
RUN export DEBIAN_FRONTEND=noninteractive \
60
&& apt-get update && apt-get upgrade -y \
61
- && apt-get install --no-install-recommends -y libxml2 ipmitool iproute2 \
+ && apt-get install --no-install-recommends -y libxml2 ipmitool iproute2 qemu-utils \
62
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
63
&& apt-get clean -y \
64
&& rm -rf /var/lib/apt/lists/* \
0 commit comments