0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 02:46:10 +02:00
Signed-off-by: Aakash788 <aakashparmar788@gmail.com>
This commit is contained in:
Aakash788 2024-07-04 21:23:19 +05:30
parent 95c4929210
commit bf4ee693f4

View file

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