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:
parent
20694c47e7
commit
b50e50c9ea
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue