aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/qt/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/qt/Dockerfile')
-rw-r--r--projects/qt/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/qt/Dockerfile b/projects/qt/Dockerfile
index 32020cef..19417c16 100644
--- a/projects/qt/Dockerfile
+++ b/projects/qt/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER rlohningqt@gmail.com
RUN apt-get update && apt-get install -y libc6-dev:i386
RUN git clone --branch 5.15 --depth 1 git://code.qt.io/qt/qt5.git qt
WORKDIR qt