Skip to content
Snippets Groups Projects
Unverified Commit 78189186 authored by Daniel Strufe's avatar Daniel Strufe Committed by GitHub
Browse files

Rebasechanges from upstream (#10128)

parent 96e875cd
No related branches found
No related tags found
No related merge requests found
...@@ -9,11 +9,14 @@ ENV LANG=C.UTF-8 \ ...@@ -9,11 +9,14 @@ ENV LANG=C.UTF-8 \
PYTHONDONTWRITEBYTECODE=1 PYTHONDONTWRITEBYTECODE=1
WORKDIR /kubespray WORKDIR /kubespray
COPY *.yml ./ COPY *.yml ./
COPY *.cfg ./
COPY roles ./roles COPY roles ./roles
COPY contrib ./contrib COPY contrib ./contrib
COPY inventory ./inventory COPY inventory ./inventory
COPY library ./library COPY library ./library
COPY extra_playbooks ./extra_playbooks COPY extra_playbooks ./extra_playbooks
COPY playbooks ./playbooks
COPY plugins ./plugins
RUN apt update -q \ RUN apt update -q \
&& apt install -yq --no-install-recommends \ && apt install -yq --no-install-recommends \
......
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