From 78189186e57805e26bc8e043a7fd4fc7da2c74f5 Mon Sep 17 00:00:00 2001
From: Daniel Strufe <2900921+dabeck@users.noreply.github.com>
Date: Fri, 26 May 2023 09:28:52 +0200
Subject: [PATCH] Rebasechanges from upstream (#10128)

---
 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 \
-- 
GitLab