diff --git a/Dockerfile b/Dockerfile index 2a4615f7e..6d3b0af85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,11 +9,14 @@ ENV LANG=C.UTF-8 \ PYTHONDONTWRITEBYTECODE=1 WORKDIR /kubespray COPY *.yml ./ +COPY *.cfg ./ COPY roles ./roles COPY contrib ./contrib COPY inventory ./inventory COPY library ./library COPY extra_playbooks ./extra_playbooks +COPY playbooks ./playbooks +COPY plugins ./plugins RUN apt update -q \ && apt install -yq --no-install-recommends \