diff --git a/Dockerfile b/Dockerfile index 7cfb39e..d37ef37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,5 @@ FROM alpine:3.22 RUN apk update && \ apk add ansible bash py3-pip step-cli -COPY entrypoint.sh /entrypoint.sh +COPY --chmod=755 entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]