images/toolbox-virsh/Dockerfile
Vladislav Kuzmin 9bf0dc5e09 Add libvirt-client
This image based on the airshipctl toolbox krm-function.
It allows to execute virsh inside a container.

Change-Id: I9605fa2d4f7f3de858f60d2d40f71f58f3dd117c
2021-05-05 13:35:15 +04:00

6 lines
119 B
Docker

FROM quay.io/airshipit/toolbox:latest
RUN apk update \
&& apk add libvirt-client \
&& rm -rf /var/cache/apk/*