mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-20 02:46:10 +02:00
parent
95c4929210
commit
bf4ee693f4
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ RUN set -ex; \
|
||||||
pcre-dev \
|
pcre-dev \
|
||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
; \
|
; \
|
||||||
|
# Install diffutils to address diff dependencies issue
|
||||||
|
apk add --no-cache diffutils; \
|
||||||
\
|
\
|
||||||
docker-php-ext-configure ftp --with-openssl-dir=/usr; \
|
docker-php-ext-configure ftp --with-openssl-dir=/usr; \
|
||||||
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
|
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue