Dockerfile
This commit is contained in:
commit
80c8840882
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM mono:latest
|
||||
|
||||
RUN mkdir -p /data/Stardew
|
||||
RUN mkdir -p /data/nexus
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y wget unzip xvfb x11vnc xterm i3
|
||||
|
||||
CMD /data/Stardew/Stardew\ Valley/StardewValley
|
Loading…
Reference in New Issue
Block a user