Daniel Strufe
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
Dockerfile
|
@ -9,11 +9,14 @@ ENV LANG=C.UTF-8 \ |
|
|
PYTHONDONTWRITEBYTECODE=1 |
|
|
PYTHONDONTWRITEBYTECODE=1 |
|
|
WORKDIR /kubespray |
|
|
WORKDIR /kubespray |
|
|
COPY *.yml ./ |
|
|
COPY *.yml ./ |
|
|
|
|
|
COPY *.cfg ./ |
|
|
COPY roles ./roles |
|
|
COPY roles ./roles |
|
|
COPY contrib ./contrib |
|
|
COPY contrib ./contrib |
|
|
COPY inventory ./inventory |
|
|
COPY inventory ./inventory |
|
|
COPY library ./library |
|
|
COPY library ./library |
|
|
COPY extra_playbooks ./extra_playbooks |
|
|
COPY extra_playbooks ./extra_playbooks |
|
|
|
|
|
COPY playbooks ./playbooks |
|
|
|
|
|
COPY plugins ./plugins |
|
|
|
|
|
|
|
|
RUN apt update -q \ |
|
|
RUN apt update -q \ |
|
|
&& apt install -yq --no-install-recommends \ |
|
|
&& apt install -yq --no-install-recommends \ |
|
|