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 0428ed56034 fix
0428ed56034 is described below

commit 0428ed5603478d4de7fbaf4116f01a5aeb465d03
Author: xiangying <[email protected]>
AuthorDate: Fri Aug 11 19:34:34 2023 +0800

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

diff --git a/docker/pulsar/Dockerfile b/docker/pulsar/Dockerfile
index e45e8e50659..f7e82b192f8 100644
--- a/docker/pulsar/Dockerfile
+++ b/docker/pulsar/Dockerfile
@@ -78,7 +78,6 @@ RUN mkdir /pulsar && chmod g+w /pulsar
 
 ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
 RUN echo networkaddress.cache.ttl=1 >> 
/usr/lib/jvm/java-11-openjdk-amd64/conf/security/java.security
-ADD target/python-client/ /pulsar/pulsar-client
 
 ENV PULSAR_ROOT_LOGGER=INFO,CONSOLE
 

Reply via email to