aboutsummaryrefslogtreecommitdiff
path: root/projects/php/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/php/Dockerfile')
-rw-r--r--projects/php/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/php/Dockerfile b/projects/php/Dockerfile
index 2a391d560..a2cb115e1 100644
--- a/projects/php/Dockerfile
+++ b/projects/php/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER stas@php.net
RUN apt-get update && \
apt-get install -y autoconf automake libtool bison re2c pkg-config
RUN git clone --depth 1 --branch master https://github.com/php/php-src.git php-src