From 5a0f9dd4b8bacae1a497c0f5f1decdc209479694 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 21 May 2022 09:38:55 +0200 Subject: [PATCH] Make sure there are no Gtk plugins, #145 #149 #150 #151 #152 #161 #166 [ci skip] --- ci/Dockerfile.x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile.x86_64 b/ci/Dockerfile.x86_64 index a748baa..c811bc7 100644 --- a/ci/Dockerfile.x86_64 +++ b/ci/Dockerfile.x86_64 @@ -10,7 +10,7 @@ RUN apt-get update && \ apt-get install -y --no-install-recommends software-properties-common && \ add-apt-repository -y ppa:beineri/opt-qt-5.15.2-"${DIST}" && \ apt-get update && \ - apt-get install -y qt515base qt515wayland libgl1 libdrm-dev mesa-common-dev \ + apt-get install -y sudo qt515base libgl1 libdrm-dev mesa-common-dev \ build-essential libssl-dev autoconf automake libtool \ wget vim-common desktop-file-utils pkgconf \ libglib2.0-dev libcairo2-dev librsvg2-dev libfuse-dev git libcurl4-openssl-dev argagg-dev libgcrypt20-dev && \