From c498df805cd6a9bc4b6f9e6a88373037a1a8879e Mon Sep 17 00:00:00 2001 From: Jonatan Rek Date: Wed, 28 Jan 2026 11:16:03 +0100 Subject: [PATCH] Fix --- fmp-alpine/Dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fmp-alpine/Dockerfile b/fmp-alpine/Dockerfile index a573415..402c1cb 100644 --- a/fmp-alpine/Dockerfile +++ b/fmp-alpine/Dockerfile @@ -35,7 +35,8 @@ RUN apk add --no-cache --virtual .build-deps \ libjpeg-turbo-dev \ libpng-dev \ icu-dev \ - libxml2-dev + libxml2-dev \ + linux-headers RUN docker-php-ext-configure gd \ --with-freetype \ @@ -47,11 +48,11 @@ RUN docker-php-ext-configure gd \ zip \ bcmath \ soap \ - sockets \ - pcntl \ gd \ intl \ - opcache + opcache \ + sockets \ + pcntl RUN pecl install imagick \ && docker-php-ext-enable imagick