TessaIO opened a new issue, #18438: URL: https://github.com/apache/druid/issues/18438
### Description Building Druid on MacOS (arm64) results in the following error: `wget: error getting response: Connection reset by peer` The issue is that we're using the Druid image as a base image, and we build our own image, and we need to install some dependencies using `wget`. The issue looks like it was fixed in the latest busybox version, as shown [here](https://github.com/docker-library/busybox/issues/162). So, can we upgrade the image to the latest in the Druid Dockerfile? ### Motivation Expressed above. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
