commit 80c8840882c2fde6bb62f81d44bb48ad9f99303f Author: norimicry Date: Tue Apr 9 18:52:22 2019 +0200 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..c376f60 --- /dev/null +++ b/Dockerfile @@ -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