You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by el...@apache.org on 2019/09/24 18:22:34 UTC

[incubator-ratis] 06/09: fix docker image

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 <el...@apache.org>
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"]