Fix for creating VirtualMachine (#9657)

This commit is contained in:
Luke Simmons
2023-01-14 20:48:13 +01:00
committed by GitHub
parent 6f1352eb53
commit 4ad56e2772
2 changed files with 11 additions and 8 deletions

View File

@ -45,3 +45,7 @@ RUN wget https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAG
dpkg -i vagrant_${VAGRANT_VERSION}_x86_64.deb && \
rm vagrant_${VAGRANT_VERSION}_x86_64.deb && \
vagrant plugin install vagrant-libvirt
# Install Kubernetes collections
RUN pip3 install kubernetes \
&& ansible-galaxy collection install kubernetes.core