nodece commented on code in PR #1037:
URL: https://github.com/apache/pulsar-client-go/pull/1037#discussion_r1241212157


##########
Dockerfile:
##########
@@ -25,7 +25,7 @@ ARG GOLANG_IMAGE=golang:latest
 FROM $PULSAR_IMAGE as pulsar
 FROM $GOLANG_IMAGE
 
-RUN apt-get update && apt-get install -y openjdk-17-jre-headless 
ca-certificates
+RUN apt-get update && apt-get install -y openjdk-17-jre ca-certificates

Review Comment:
   The `apachepulsar/pulsar:latest` includes the JDK, so I think we can remove 
this line, could you try remove this line?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to