gelald commented on issue #89:
URL: https://github.com/apache/rocketmq-docker/issues/89#issuecomment-1932269685
for RocketMQ image, we can use above⬆️ way to handle it. but for
RocketMQ-dashborad image, we can see the Dockerfile:
```
FROM centos:7
RUN yum install -y java-1.8.0-openjdk-devel.x86_64 unzip openssl, which
gnupg, wget \
&& yum clean all -y
```
centos:7 doesn't support arm64 arch, we can use this image centos:centos7.
but the yum install command, it need to install openjdk, but it point to x86_64
haha
--
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]