abhishekagarwal87 commented on code in PR #15264:
URL: https://github.com/apache/druid/pull/15264#discussion_r1377759948
##########
distribution/docker/Dockerfile:
##########
@@ -73,12 +64,24 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
echo "Unsupported architecture ($TARGETARCH)" && exit 1; \
fi; \
echo "Downloading bash-static from ${BASH_URL}" \
- && wget ${BASH_URL} -O /bin/bash \
- && chmod 755 /bin/bash
+ && wget ${BASH_URL} -O /bin/bash
Review Comment:
ah I was confused how this multi from image building works
--
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]