mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
fix-dockerfile (#10127)
This commit is contained in:
@@ -7,7 +7,7 @@ ENV VAGRANT_VERSION=2.3.4
|
||||
ENV VAGRANT_DEFAULT_PROVIDER=libvirt
|
||||
ENV VAGRANT_ANSIBLE_TAGS=facts
|
||||
|
||||
RUN apt-get update && apt-get install -y wget libvirt-dev openssh-client rsync git
|
||||
RUN apt-get update && apt-get install -y wget libvirt-dev openssh-client rsync git build-essential
|
||||
|
||||
# Install Vagrant
|
||||
RUN wget https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}-1_amd64.deb && \
|
||||
|
||||
Reference in New Issue
Block a user