From 61d8ab2ff89ff508a13514f490f150162e0cd636 Mon Sep 17 00:00:00 2001
From: xfuture <xfuture@localhost.local>
Date: Fri, 17 Nov 2023 22:36:21 +0100
Subject: [PATCH] added exif to php package installation

Reason: Nextcloud Version 27.1.3 complained about a missing php package "exif"

If the changes are okay, you can merge it directly. :)
---
 webservice/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/webservice/Dockerfile b/webservice/Dockerfile
index b89cc26..15c0002 100644
--- a/webservice/Dockerfile
+++ b/webservice/Dockerfile
@@ -63,6 +63,7 @@ RUN \
         sysvsem \
         pcntl \
         opcache \
+        exif \
         pdo_pgsql \
         pdo && \
     CFLAGS="-I/usr/src/php" docker-php-ext-install xmlreader