From b50e50c9ea99bf198170865e73024923538d968e Mon Sep 17 00:00:00 2001 From: Denis Witt Date: Fri, 12 May 2017 15:29:17 +0200 Subject: [PATCH] Added libpcre3-dev to make pcre.h available Without pcre.h the build process will fail with the latest php:7.1-apache base image --- 11.0/apache/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/11.0/apache/Dockerfile b/11.0/apache/Dockerfile index 3ba14c71..54e6ae0a 100644 --- a/11.0/apache/Dockerfile +++ b/11.0/apache/Dockerfile @@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \ libpng12-dev \ libpq-dev \ libxml2-dev \ + libpcre3-dev \ && rm -rf /var/lib/apt/lists/* # https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html