Skip to content

Commit

Permalink
[fix][build] Add execution permission for install-pulsar-client.sh (
Browse files Browse the repository at this point in the history
  • Loading branch information
nullscript committed Nov 15, 2022
1 parent 6efe575 commit a69e29d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a69e29d

Please sign in to comment.