From e2d274888b9b3ef70757e9a5b76fd6b8647fb641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20B=C3=B6sing?= <2189546+boesing@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:38:19 +0200 Subject: [PATCH] qa: remove temporary fix for pre PHP 8.3 RC3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre PHP 8.3 RC3 was lacking some files for pecl. With PHP 8.3 RC3 this was fixed by sury and therefore we can drop this. Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com> --- Dockerfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa3b165..2285638 100644 --- a/Dockerfile +++ b/Dockerfile @@ -228,14 +228,6 @@ RUN export OS_VERSION=$(cat /etc/os-release | grep VERSION_ID | cut -d '"' -f2) && apt autoremove -y \ && apt clean -# Temporary fix for https://github.com/laminas/laminas-continuous-integration-action/issues/188 -RUN cp \ - /usr/share/libtool/build-aux/config.sub \ - /usr/share/libtool/build-aux/config.guess \ - /usr/share/libtool/build-aux/ltmain.sh \ - /usr/bin/shtool \ - /usr/lib/php/20230831/build - # Build/install static modules that do not have packages COPY mods-available /mods-available COPY mods-install /mods-install