Skip to content

Commit

Permalink
Merge branch 'kubernetes-sigs:master' into metallb-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Taranasaur authored May 26, 2023
2 parents 63ecb39 + 7818918 commit 9d0dc77
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 9d0dc77

Please sign in to comment.