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
861d5b76
Unverified
Commit
861d5b76
authored
1 year ago
by
Kay Yan
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix-dockerfile (#10127)
parent
4013c48a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
test-infra/vagrant-docker/Dockerfile
+1
-1
1 addition, 1 deletion
test-infra/vagrant-docker/Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
1
−
1
View file @
861d5b76
...
...
@@ -8,7 +8,7 @@ ENV LANG=C.UTF-8 \
DEBIAN_FRONTEND=noninteractive \
PYTHONDONTWRITEBYTECODE=1
WORKDIR
/kubespray
COPY
*yml .
COPY
*
.
yml .
/
COPY
roles ./roles
COPY
contrib ./contrib
COPY
inventory ./inventory
...
...
This diff is collapsed.
Click to expand it.
test-infra/vagrant-docker/Dockerfile
+
1
−
1
View file @
861d5b76
...
...
@@ -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
&&
\
...
...
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