From 38895beb5dfc8cfaf6904c8c42fc0899891474a5 Mon Sep 17 00:00:00 2001 From: Leijurv Date: Tue, 2 Oct 2018 17:15:00 -0700 Subject: [PATCH] remove width and height override part 2: electric boogaloo --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b36b3770..7f5b0199 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,6 @@ RUN apt install -qq --force-yes unzip wget 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 RUN dpkg -i /code/scripts/xvfb_1.16.4-1_amd64.deb