fetch jars from gradle instead of dropbox, fixes #189

This commit is contained in:
Leijurv
2018-09-26 10:06:52 -07:00
parent 5ec3971380
commit fb45d73406
3 changed files with 10 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ ADD . /code
RUN echo "\nrunClient {\nargs \"--width\",\"128\",\"--height\",\"128\"\n}" >> /code/build.gradle
# this .deb is specially patched to support lwjgl
RUN dpkg -i /code/scripts/xvfb_1.16.4-1_amd64.deb
WORKDIR /code