Skip to content
Snippets Groups Projects
Unverified Commit 861d5b76 authored by Kay Yan's avatar Kay Yan Committed by GitHub
Browse files

fix-dockerfile (#10127)

parent 4013c48a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment