This commit is contained in:
2023-11-17 06:50:32 -08:00
parent bd0053e25b
commit 12d2d8d8f7
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ LABEL maintainer "fithwum"
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/main/alpine/files/Install_Script.sh ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/main/alpine/files/Install_Script.sh
# Install dependencies and folder creation # Install dependencies and folder creation
RUN apk update && apk add --no-cache 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 \
&& 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

View File

@@ -6,7 +6,7 @@ ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/ma
# Install dependencies and folder creation # Install dependencies and folder creation
RUN apt-get -y update && apt-get clean \ RUN apt-get -y update && apt-get clean \
&& apt-get install -y ca-certificates curl jq \ && apt-get install -y ca-certificates wget nano software-properties-common bzip2 curl jq \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& mkdir -p /ts3server /ts3temp /ts3temp/serverfiles \ && mkdir -p /ts3server /ts3temp /ts3temp/serverfiles \
&& chmod 777 -R /ts3server /ts3temp \ && chmod 777 -R /ts3server /ts3temp \

2
debian/Dockerfile vendored
View File

@@ -6,7 +6,7 @@ ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/ma
# Install dependencies and folder creation # Install dependencies and folder creation
RUN apt-get -y update && apt-get clean \ RUN apt-get -y update && apt-get clean \
&& apt-get install -y ca-certificates curl jq \ && apt-get install -y ca-certificates wget nano software-properties-common bzip2 curl jq \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& mkdir -p /ts3server /ts3temp /ts3temp/serverfiles \ && mkdir -p /ts3server /ts3temp /ts3temp/serverfiles \
&& chmod 777 -R /ts3server /ts3temp \ && chmod 777 -R /ts3server /ts3temp \