Rebasechanges from upstream (#10128) (#10186)

Co-authored-by: Daniel Strufe <2900921+dabeck@users.noreply.github.com>
pull/10194/head
Kay Yan 2023-06-05 14:40:43 +08:00 committed by GitHub
parent fc28bfc336
commit 200e0d54a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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