Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
1721460d
Unverified
Commit
1721460d
authored
4 years ago
by
Maxime Guyot
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove vagrant.deb from docker image (#6717)
parent
861bf967
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test-infra/vagrant-docker/Dockerfile
+4
-3
4 additions, 3 deletions
test-infra/vagrant-docker/Dockerfile
with
4 additions
and
3 deletions
test-infra/vagrant-docker/Dockerfile
+
4
−
3
View file @
1721460d
...
...
@@ -9,6 +9,7 @@ ENV VAGRANT_DEFAULT_PROVIDER=libvirt
RUN
apt-get update
&&
apt-get
install
-y
wget libvirt-dev openssh-client rsync git
# Install Vagrant
RUN
wget https://releases.hashicorp.com/vagrant/
${
VAGRANT_VERSION
}
/vagrant_
${
VAGRANT_VERSION
}
_x86_64.deb
RUN
dpkg
-i
vagrant_
${
VAGRANT_VERSION
}
_x86_64.deb
RUN
vagrant plugin
install
vagrant-libvirt
RUN
wget https://releases.hashicorp.com/vagrant/
${
VAGRANT_VERSION
}
/vagrant_
${
VAGRANT_VERSION
}
_x86_64.deb
&&
\
dpkg
-i
vagrant_
${
VAGRANT_VERSION
}
_x86_64.deb
&&
\
rm
vagrant_
${
VAGRANT_VERSION
}
_x86_64.deb
&&
\
vagrant plugin
install
vagrant-libvirt
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment