cleanup
This commit is contained in:
@@ -6,7 +6,7 @@ ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/ma
|
||||
|
||||
# Install dependencies and folder creation
|
||||
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 \
|
||||
&& mkdir -p /ts3server /ts3temp /ts3temp/serverfiles \
|
||||
&& chmod 777 -R /ts3server /ts3temp \
|
||||
&& chown 99:100 -R /ts3server /ts3temp
|
||||
ADD "${INSTALL_SCRIPT}" /ts3temp
|
||||
|
||||
Reference in New Issue
Block a user