readd width and height override

This commit is contained in:
Leijurv 2018-09-30 07:58:44 -07:00
parent bcb95c55c9
commit 866648192b
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 3 additions and 1 deletions

View File

@ -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