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


##########
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:
   ```suggestion
   RUN apt-get update && apt-get install -y ca-certificates 
openjdk-17-jre-headless 
   ```
   
   According to 
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1998065, 
how about trying to install ca-certificates-java before java.



-- 
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