Skip to content

Commit bf4ee69

Browse files
committedJul 4, 2024
issue Fix nextcloud#1911
Signed-off-by: Aakash788 <aakashparmar788@gmail.com>
1 parent 95c4929 commit bf4ee69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Dockerfile-alpine.template

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ RUN set -ex; \
4141
pcre-dev \
4242
postgresql-dev \
4343
; \
44+
# Install diffutils to address diff dependencies issue
45+
apk add --no-cache diffutils; \
4446
\
4547
docker-php-ext-configure ftp --with-openssl-dir=/usr; \
4648
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \

0 commit comments

Comments
 (0)