Skip to content

Commit

Permalink
Rebasechanges from upstream (kubernetes-sigs#10128)
Browse files Browse the repository at this point in the history
  • Loading branch information
dibi-codes authored and yankay committed Jun 5, 2023
1 parent 733ac8f commit 1ae771c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1ae771c

Please sign in to comment.