This is an automated email from the ASF dual-hosted git repository.

xiangying pushed a commit to branch remove_cpp_python
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/remove_cpp_python by this push:
     new d6930d9c633 fix
d6930d9c633 is described below

commit d6930d9c633c29b1ca50914453edea929fe5511a
Author: xiangying <[email protected]>
AuthorDate: Sat Aug 12 01:25:05 2023 +0800

    fix
---
 docker/pulsar/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/pulsar/Dockerfile b/docker/pulsar/Dockerfile
index f7e82b192f8..96bfce1f7ed 100644
--- a/docker/pulsar/Dockerfile
+++ b/docker/pulsar/Dockerfile
@@ -86,6 +86,7 @@ COPY --from=pulsar /pulsar /pulsar
 WORKDIR /pulsar
 
 # This script is intentionally run as the root user to make the dependencies 
available for all UIDs.
+RUN chmod +x /pulsar/bin/install-pulsar-client.sh
 RUN /pulsar/bin/install-pulsar-client.sh
 
 # The UID must be non-zero. Otherwise, it is arbitrary. No logic should rely 
on its specific value.

Reply via email to