aboutsummaryrefslogtreecommitdiff
path: root/projects/pffft/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/pffft/Dockerfile')
-rw-r--r--projects/pffft/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/pffft/Dockerfile b/projects/pffft/Dockerfile
index 61e69f1ca..d7ce13a20 100644
--- a/projects/pffft/Dockerfile
+++ b/projects/pffft/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER alessiob@webrtc.org
RUN apt-get update && apt-get install -y mercurial python-numpy
RUN hg clone https://bitbucket.org/jpommier/pffft $SRC/pffft
WORKDIR pffft