mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-15 07:54:46 +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 \
|
libpng12-dev \
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
|
libpcre3-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue