aboutsummaryrefslogtreecommitdiffhomepage
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 a2cb115e..eaae4fd4 100644
--- a/projects/php/Dockerfile
+++ b/projects/php/Dockerfile
@@ -18,6 +18,5 @@ FROM gcr.io/oss-fuzz-base/base-builder
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
-RUN git clone https://github.com/kkos/oniguruma.git php-src/oniguruma
WORKDIR php-src
COPY build.sh *.options $SRC/