diff --git a/Dockerfile b/Dockerfile
index 2a4615f7ed1224dbaa4917f84511c126a53a55e9..6d3b0af85279bb92d2a031418ac030b9a74b272f 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 \