aboutsummaryrefslogtreecommitdiff
path: root/projects/qt
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2020-04-09 21:20:36 +0200
committerGitHub <noreply@github.com>2020-04-09 12:20:36 -0700
commitf153ab8e4b3d67787076bbd3ea4a3470c618dc50 (patch)
tree2d978044b27a977fb3012370ee9d83d8c5a29401 /projects/qt
parentc833c8dfa2b5583bd9ecd2e76c0ef85cdee6cc52 (diff)
downloadoss-fuzz-f153ab8e4b3d67787076bbd3ea4a3470c618dc50.tar.gz
[qt] Don't install xcb (#3608)
Seems to be needed on Windows only.
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 aba480f91..9239461ea 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
+RUN apt-get update && apt-get install -y build-essential
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