| && apt install -qqy --no-install-recommends \ |
| && apt-get clean autoclean \ |
| && apt-get autoremove -y --purge \ |
| && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \ |
| && rm -rf /var/lib/{apt,dpkg,cache,log} \ |
| # Sets the locale in the environment. This is needed for NPLB unit tests. |
| RUN mkdir -p /app_launcher_out |
| CMD unzip -q /out/app_launcher -d /app_launcher_out && \ |
| xvfb-run --server-args="-screen 0 1920x1080x24 +render +extension GLX -noreset" \ |
| python /app_launcher_out/starboard/tools/testing/test_runner.py --run \ |
| -o /out --platform $PLATFORM --config $CONFIG |