0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-14 15:34:48 +02:00

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
This commit is contained in:
Denis Witt 2017-05-12 15:29:17 +02:00 committed by GitHub
parent 20694c47e7
commit b50e50c9ea

View file

@ -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