diff --git a/Dockerfile b/Dockerfile index 6d90c77..d83d7e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,5 @@ 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" ]