From 999fb9f840b22a0920dc4cb8a4027b181aecabe4 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 14 Aug 2023 07:31:58 +0800 Subject: [PATCH] Update Dockerfile --- extra_scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra_scripts/Dockerfile b/extra_scripts/Dockerfile index 198e762..2ee8502 100644 --- a/extra_scripts/Dockerfile +++ b/extra_scripts/Dockerfile @@ -26,7 +26,7 @@ RUN apt-get update -y && \ # vagrant box add --provider libvirt peru/windows-10-enterprise-x64-eval && \ # vagrant init peru/windows-10-enterprise-x64-eval -RUN curl -O "https://github.com/hashicorp/vagrant/releases/download/2.3.8.dev%2B000032-f72cda8b/vagrant_2.3.8.dev-1_amd64.deb" && \ +RUN curl -O https://github.com/hashicorp/vagrant/releases/download/2.3.8.dev%2B000032-f72cda8b/vagrant_2.3.8.dev-1_amd64.deb && \ chmod 777 vagrant_2.3.8.dev-1_amd64.deb && \ dpkg -i vagrant_2.3.8.dev-1_amd64.deb && \ vagrant plugin install vagrant-libvirt && \