From 56e4ed1216361bf96c8f23f50113f0cdb66a0cdf Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Fri, 27 Mar 2020 18:55:48 +0900 Subject: [PATCH] chore: add RUNNER_TEMP --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 37f6317..9a5a651 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,5 +24,6 @@ RUN wget -q "https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz" && \ make install WORKDIR /repo +ENV RUNNER_TEMP="/tmp" CMD [ "bash" ]