Lines Matching +full:xvfb +full:- +full:run
1 FROM debian:stretch-slim
4 RUN apt-get update -qq && \
5 apt-get install --no-install-recommends -qq -y \
6 ca-certificates \
9 libgl1-mesa-dev \
10 libegl1-mesa-dev \
11 libgles1-mesa-dev \
12 libgles2-mesa-dev \
13 libgl1-mesa-dri \
15 ninja-build \
16 pkg-config \
18 python3-pip \
19 python3-setuptools \
20 python3-wheel \
21 xvfb && \
22 rm -rf /usr/share/doc/* /usr/share/man/*
24 RUN locale-gen C.UTF-8 && /usr/sbin/update-locale LANG=C.UTF-8
25 ENV LANG=C.UTF-8 LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8
27 RUN pip3 install meson