ci: Remove the qemu build-dep, and replace it with qemu install

Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
Signed-off-by: Robert Foss <robert.foss@collabora.com>
Signed-off-by: Jakob Bornecrantz <jakob@collabora.com>
macos/master
Robert Foss 6 years ago committed by Jakob Bornecrantz
parent f30d3faec5
commit 0714ba56ce
  1. 4
      ci/Dockerfile

@ -63,10 +63,10 @@ RUN apt-get -y install ca-certificates && \
python3-setuptools \
python3-wheel \
libwayland-dev \
libwayland-egl-backend-dev
libwayland-egl-backend-dev \
qemu
RUN apt-get -y build-dep --no-install-recommends \
qemu \
libdrm \
mesa \
virglrenderer \

Loading…
Cancel
Save