arm架构服务器上docker部署emqx 5.3.1报错

报错信息如下,请问如何解决
[root@ecs-7705 emqx]# docker logs a9263394f4d5

ERROR: Failed to write to erl_child_setup: 32

ERROR: Please ensure it is running on the correct platform:

ERROR: arch: “aarch64-unknown-linux-gnu”

wordsize: 64

os: “debian11”

erlang: “25.3.2-2”

elixir: “none”

relform: “docker”

ERROR: Version=5.3.1

ERROR: Required dependencies: openssl-1.1.1 (libcrypto), libncurses and libatomic1

感觉像是软件包用错了?请问是如何下载和安装的

我使用的官方docker部署命令安装的,部署命令是:docker run -d --name emqx -p 1883:1883 -p 8083:8083 -p 8084:8084 -p 8883:8883 -p 18083:18083 emqx/emqx:5.3.1