This commit is contained in:
2023-11-18 07:12:03 -08:00
parent 8f8ac248fd
commit 6d739da412
2 changed files with 2 additions and 2 deletions

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
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
&& apt-get install -y --no-install-recommends nano bzip2 curl jq \
&& apt-get install -y --no-install-recommends nano bzip2 jq \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p /ts3server /ts3temp /ts3temp/serverfiles \
&& chmod 777 -R /ts3server /ts3temp \