From 200e0d54a2c77b02d7dfbe433a7f4a0c62668a9e Mon Sep 17 00:00:00 2001 From: Kay Yan Date: Mon, 5 Jun 2023 14:40:43 +0800 Subject: [PATCH] Rebasechanges from upstream (#10128) (#10186) Co-authored-by: Daniel Strufe <2900921+dabeck@users.noreply.github.com> --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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 \