Skip to content
Snippets Groups Projects
Unverified Commit 7d812f81 authored by Maxime Guyot's avatar Maxime Guyot Committed by GitHub
Browse files

Set LANG in Dockerfile (#5929)

parent 473a8bef
Branches
Tags
No related merge requests found
......@@ -16,3 +16,6 @@ COPY . .
RUN /usr/bin/python3 -m pip install pip -U && /usr/bin/python3 -m pip install -r tests/requirements.txt && python3 -m pip install -r requirements.txt && update-alternatives --install /usr/bin/python python /usr/bin/python3 1
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.14.4/bin/linux/amd64/kubectl \
&& chmod a+x kubectl && cp kubectl /usr/local/bin/kubectl
# Some tools like yamllint need this
ENV LANG=C.UTF-8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment