From 460c45c1c598add7aeee291d45f72624eddfb3b3 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 10 Oct 2024 14:46:41 +0200 Subject: [PATCH] #5705 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d317418..c1d4220 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,11 +8,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg \ && echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu jammy main" > /etc/apt/sources.list.d/ondrej-php.list \ && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C \ && apt-get update \ - && apt-get -y --no-install-recommends install x11-common pdftk poppler-utils ghostscript netpbm sshfs mupdf-tools php8.1-cli php8.1-fpm php8.1-curl php8.1-exif php8.1-xml php8.1-gd php8.1-ssh php8.1-zip libjpeg-turbo-progs zip unzip \ + && apt-get -y --no-install-recommends install x11-common pdftk poppler-utils ghostscript netpbm sshfs mupdf-tools php8.2-cli php8.2-fpm php8.2-curl php8.2-exif php8.2-xml php8.2-gd php8.2-ssh php8.2-zip libjpeg-turbo-progs zip unzip \ less nano wget bash lynx COPY --from=composer:2 /usr/bin/composer /usr/bin/composer -COPY overrides.conf /etc/php/8.1/fpm/pool.d/z-overrides.conf +COPY overrides.conf /etc/php/8.2/fpm/pool.d/z-overrides.conf COPY --chmod=755 startup /usr/bin/startup CMD exec /usr/bin/startup STOPSIGNAL SIGQUIT -- 2.39.5