itzg / docker-minecraft-bedrock-server

Containerized Minecraft Bedrock Dedicated Server with selectable version
MIT License
1.12k stars 210 forks source link

Missing library libssl.so.1.1 #404

Open numberformat opened 5 months ago

numberformat commented 5 months ago

Starting with this command

root@minecraft:~/minecraft# docker run -dit --name='minecraft2' -p 19132:19132/udp -e EULA=TRUE -e VERSION=1.16 --restart=unless-stopped itzg/minecraft-bedrock-server

./bedrock_server-1.16.20.03: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory 2024-03-21T02:00:19.163Z WARN mc-server-runner Minecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error. {"exitCode": 127} 2024-03-21T02:00:19.163Z INFO mc-server-runner Done

itzg commented 5 months ago

I am unable to recreate this issue. I'm hoping somebody else will have some advice for you.

karlchu commented 5 months ago

Just some information that may be helpful: I get the same error when I run the container under the x86_64 architecture. However, when I run the container under the arm64 architecture, it works fine.

numberformat commented 4 months ago

Just some information that may be helpful: I get the same error when I run the container under the x86_64 architecture. However, when I run the container under the arm64 architecture, it works fine.

Yes. I am running it on x86_64