Hi,
I’m experiencing an issue running the official TeamSpeak Server Docker image on an ARM64 system.
Environment:
-
Architecture: ARM64 (
aarch64) -
OS: Ubuntu
-
Docker image:
teamspeaksystems/teamspeak6-server:latest
Problem:
The container enters a restart loop immediately after starting. The logs show the following error repeatedly:
tsserver: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory
This prevents the server from starting at all.
Observations:
-
The image manifest includes an ARM64 variant, so the architecture should be supported.
-
This happens on a clean container with no modifications.
-
Installing
libatomic1inside the container resolves the issue temporarily.
Questions:
-
Is
libatomic1expected to be included in the ARM64 image dependencies? -
Is this a known issue with the current
latestbuild for ARM64? -
Could this be a packaging issue affecting the startup binary on ARM?
Any guidance or fix would be appreciated.
Thanks!