update
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Successful in 17s
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Successful in 23s
Build and Push Teamspeak Images on Base Image Update / build-basic (push) Successful in 20s
Build and Push Teamspeak Images on Base Image Update / generate-build-info (push) Successful in 8s
Build and Push Teamspeak Images on Base Image Update / generate-changelogs (push) Successful in 7s

This commit is contained in:
2026-07-29 11:14:50 -07:00
parent 7c2a194eca
commit 948c8fbf1a
+1 -1
View File
@@ -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 ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/teamspeak-server/raw/branch/main/alpine/files/Install_Script.sh
# Install dependencies and folder creation # 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 \ && mkdir -p /ts3server /ts3temp /ts3temp/serverfiles \
&& chmod 777 -R /ts3server /ts3temp \ && chmod 777 -R /ts3server /ts3temp \
&& chown 99:100 -R /ts3server /ts3temp && chown 99:100 -R /ts3server /ts3temp