diff --git a/Dockerfile b/Dockerfile index d83d7e1..6d90c77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,5 +25,6 @@ RUN wget -q "https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz" && \ WORKDIR /repo ENV RUNNER_TEMP="/tmp" +ENV ACTIONS_ALLOW_UNSECURE_COMMANDS=true CMD [ "bash" ]