updates to version handleing
This commit is contained in:
@@ -5,7 +5,7 @@ LABEL maintainer "fithwum"
|
||||
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/main/alpine/files/Install_Script.sh
|
||||
|
||||
# Install dependencies and folder creation
|
||||
RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar \
|
||||
RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar curl jq \
|
||||
&& mkdir -p /ts3server /ts3temp /ts3temp/inifiles /ts3temp/serverfiles \
|
||||
&& chmod 777 -R /ts3server /ts3temp \
|
||||
&& chown 99:100 -R /ts3server /ts3temp
|
||||
|
||||
Reference in New Issue
Block a user