This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new a69e29dbb30 [fix][build] Add execution permission for
`install-pulsar-client.sh ` (#18444)
a69e29dbb30 is described below
commit a69e29dbb30213aceec75c68af4a0d5a369395e4
Author: nullscript <[email protected]>
AuthorDate: Tue Nov 15 15:56:32 2022 +0800
[fix][build] Add execution permission for `install-pulsar-client.sh `
(#18444)
---
docker/pulsar/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/docker/pulsar/Dockerfile b/docker/pulsar/Dockerfile
index 7ec8788b89c..2194fc03cb2 100644
--- a/docker/pulsar/Dockerfile
+++ b/docker/pulsar/Dockerfile
@@ -98,6 +98,7 @@ ARG PULSAR_CLIENT_PYTHON_VERSION
ENV PULSAR_CLIENT_PYTHON_VERSION ${PULSAR_CLIENT_PYTHON_VERSION}
# 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.