I need to use a Docker image based on Debian 11, that runs on a Macbook M1 so on ARM64. In the Mongo download centre https://www.mongodb.com/try/download/bi-connector at "MongoDB Command Line Database Tools Download" there is no option for Debian-ARM64, only x86_64 Is it possible? Any alternatives?
增 编
Tried. In Dockerfile:
RUN wget -nv https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2004-arm64-100.7.0.deb &&
apt-get install --no-install-recommends -y ./mongodb-database-tools-ubuntu2004-arm64-100.7.0.deb &&
rm ./mongodb-database-tools-ubuntu2004-arm64-100.6.1.deb
<><0>
以下一揽子计划尚未满足需要:
mongodb-database-tools:arm64 :
Depends: libc6:arm64 but it is not installable.
Depends: libgssapi-krb5-2:arm64 but it is not installable.
Depends: libkrb5-3:arm64 but it is not installable.
Depends: libk5crypto3:arm64 but it is not installable.
Depends: libcomerr2:arm64 but it is not installable.
Depends: libkrb5support0:arm64 but it is not installable.
Depends: libkeyutils1:arm64 but it is not installable.
E: Unable to correct problems, you have held broken packages.