maybe fix

This commit is contained in:
Leijurv
2018-09-26 10:18:08 -07:00
parent a125170840
commit d4a846a672
3 changed files with 2 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ ADD . /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
WORKDIR /code