]> _ Git - fluidbook_processfarm.git/commitdiff
wip #7343 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Feb 2025 08:57:15 +0000 (09:57 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Feb 2025 08:57:15 +0000 (09:57 +0100)
Dockerfile

index 22b87a931b1cfebc1e695aba5f5847c47af48a3f..b02deeea84f9c024b74f821cc6ebcb9a3aba76d4 100644 (file)
@@ -1,11 +1,11 @@
-FROM ubuntu:noble
+FROM ubuntu:jammy
 WORKDIR "/application"
 
 ENV TERM=linux
 ENV DEBIAN_FRONTEND=noninteractive
 
 RUN apt-get update && apt-get install -y --no-install-recommends gnupg \
-    && echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu noble main" > /etc/apt/sources.list.d/ondrej-php.list \
+    && 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.4-cli php8.4-fpm php8.4-curl php8.4-exif php8.4-xml php8.4-gd php8.4-ssh php8.4-zip libjpeg-turbo-progs zip unzip \