Skip to content

Commit

Permalink
fix python runner (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet authored Aug 13, 2021
1 parent 8cd950c commit 18e0a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/pulsar-functions-python-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ RUN if [ -d "/pulsar/cpp-client" ]; then apt-get update \

WORKDIR /pulsar

RUN /pulsar/bin/install-pulsar-client-37.sh
RUN if [ -d "/pulsar/bin/install-pulsar-client-37.sh" ]; then /pulsar/bin/install-pulsar-client-37.sh ; fi

0 comments on commit 18e0a07

Please sign in to comment.