]> _ Git - fluidbook_distantstorage.git/commitdiff
#5705
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 10 Oct 2024 12:46:41 +0000 (14:46 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 10 Oct 2024 12:46:41 +0000 (14:46 +0200)
Dockerfile

index d317418dbd766482d4ecae3e47aae7468f680ef2..c1d4220b917c8c5d27d29ff3aa0e492ccd1b36c8 100644 (file)
@@ -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