aboutsummaryrefslogtreecommitdiff
path: root/projects/qt
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2020-04-09 19:58:45 +0200
committerGitHub <noreply@github.com>2020-04-09 10:58:45 -0700
commitc833c8dfa2b5583bd9ecd2e76c0ef85cdee6cc52 (patch)
treeb9b60e8bdaeaf5dffe628523f919d1f262f42b46 /projects/qt
parent65dcabc48410dfc9d3bf15b39fe8724736f39b4a (diff)
downloadoss-fuzz-c833c8dfa2b5583bd9ecd2e76c0ef85cdee6cc52.tar.gz
[qt] Don't install xcb (#3605)
We use the minimal plugin instead.
Diffstat (limited to 'projects/qt')
-rw-r--r--projects/qt/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/qt/Dockerfile b/projects/qt/Dockerfile
index f43e182b5..aba480f91 100644
--- a/projects/qt/Dockerfile
+++ b/projects/qt/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER rlohningqt@gmail.com
-RUN apt-get update && apt-get install -y build-essential python libxcb-xinerama0-dev
+RUN apt-get update && apt-get install -y build-essential python
RUN git clone --branch 5.15 --depth 1 git://code.qt.io/qt/qt5.git qt
WORKDIR qt
RUN perl init-repository --module-subset=qtbase