From 866648192b17bb077f889ebe1cb3205b7f6df00d Mon Sep 17 00:00:00 2001 From: Leijurv Date: Sun, 30 Sep 2018 07:58:44 -0700 Subject: [PATCH] readd width and height override --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 883d6efdc..b36b37704 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,9 @@ RUN apt install -qq --force-yes mesa-utils libgl1-mesa-glx libxcursor1 libxrandr RUN apt install -qq --force-yes unzip wget -ADD . /code +COPY . /code + +RUN echo "\nrunClient {\nargs \"--width\",\"128\",\"--height\",\"128\"\n}" >> /code/build.gradle # this .deb is specially patched to support lwjgl # source: https://github.com/tectonicus/tectonicus/issues/60#issuecomment-154239173