diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 87b13e0..8709115 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -7,7 +7,7 @@ ENV TS_VERSION="" ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/teamspeak-server/raw/branch/main/alpine/files/Install_Script.sh # Install dependencies and folder creation -RUN apk update && apk add --no-cache wget nano ca-certificates libstdc++ su-exec bash-completion tar curl jq \ +RUN apk update && apk add --no-cache wget nano ca-certificates libstdc++ su-exec bash-completion tar curl jq libc6-compat gcompat \ && mkdir -p /ts3server /ts3temp /ts3temp/serverfiles \ && chmod 777 -R /ts3server /ts3temp \ && chown 99:100 -R /ts3server /ts3temp