From a355efa0caf9868726ad84949345c305db7c7776 Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Thu, 1 Jan 2026 14:16:15 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1ec326e..84aaed3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,9 +112,6 @@ RUN set -eux \ && ln -fs /usr/share/zoneinfo/$TZ /etc/localtime \ && dpkg-reconfigure --frontend noninteractive tzdata \ && rm -rf /var/lib/apt/lists/* -`` - - RUN update-alternatives --set php /usr/bin/php8.4