This commit is contained in:
Leijurv
2018-09-02 20:54:26 -07:00
parent 805b870d7d
commit 3d63abe950
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ RUN apt install -qq --force-yes mesa-utils libgl1-mesa-glx libxcursor1 libxrandr
ADD . /code
RUN echo "\nrunClient {\nargs \"--width\",\"128\",\"--height\",\"128\"\n}" >> /code/build.gradle
RUN dpkg -i /code/xvfb_1.16.4-1_amd64.deb
WORKDIR /code