diff --git a/Dockerfile b/Dockerfile index 227594c..585d690 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,6 @@ RUN zypper --non-interactive install osc RUN zypper --non-interactive clean --all COPY hello.sh /hello.sh +RUN chmod +x /hello.sh + ENTRYPOINT ["/hello.sh"]