From 7163da7ee4ba99f177a1bc34c8c93c5bcaf66fac Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 26 Jul 2020 00:09:43 +0900 Subject: [PATCH] ci: add env ENV LANG="C.UTF-8" ENV ImageVersion="20200625.0" ENV GITHUB_API_URL="https://api.github.com" ENV RUNNER_TOOL_CACHE="/opt/hostedtoolcache" ENV GITHUB_REPOSITORY_OWNER="peaceiris" ENV GITHUB_ACTIONS="true" --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 996aa95c0..8cfaed6b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,12 @@ RUN wget -q "https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz" && \ make all && \ make install +ENV LANG="C.UTF-8" +ENV ImageVersion="20200625.0" +ENV GITHUB_API_URL="https://api.github.com" +ENV RUNNER_TOOL_CACHE="/opt/hostedtoolcache" +ENV GITHUB_REPOSITORY_OWNER="peaceiris" +ENV GITHUB_ACTIONS="true" ENV CI="true" WORKDIR /repo