This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch github-actions in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git
commit b4a83ad529b8ec30f459b881add038afe8c57796 Author: Márton Elek <[email protected]> AuthorDate: Tue Sep 24 16:42:11 2019 +0200 fix docker image --- .github/actions/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build/Dockerfile b/.github/actions/build/Dockerfile index 0cd1720..875f884 100644 --- a/.github/actions/build/Dockerfile +++ b/.github/actions/build/Dockerfile @@ -9,5 +9,5 @@ LABEL "repository"="http://github.com/apache/incubator-ratis" LABEL "homepage"="http://ratis.apache.org" ADD entrypoint.sh /entrypoint.sh -RUN chmod +x /entrypoint.sh +RUN sudo chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]
