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" ]