Added siverten/ game server images, a tor image and a utility script
This commit is contained in:
18
siverten/tshock/Dockerfile
Normal file
18
siverten/tshock/Dockerfile
Normal file
@@ -0,0 +1,18 @@
|
||||
#FROM mono:slim
|
||||
FROM frolvlad/alpine-mono:latest
|
||||
|
||||
ENV TSHOCK_VERSION=latest
|
||||
#RUN apt -y update && apt -y upgrade &&\
|
||||
# apt install -y wget unzip
|
||||
RUN apk update && apk upgrade &&\
|
||||
apk add curl
|
||||
|
||||
COPY ./start.sh /start
|
||||
COPY ./install.sh /
|
||||
RUN sh /install.sh
|
||||
RUN rm /install.sh
|
||||
|
||||
VOLUME ["/world", "/config", "/logs", "/plugins"]
|
||||
WORKDIR /tshock
|
||||
EXPOSE 7777
|
||||
ENTRYPOINT ["/start"]
|
Reference in New Issue
Block a user