From 2701fb230ca8cf51b50f4fb287241cecd670b13c Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Wed, 10 Nov 2021 11:06:10 +0100 Subject: [PATCH] CI: re-enable php8.0-xdebug should be fixed now --- .gitlab-ci/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index 493b241..9054e4f 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -51,8 +51,6 @@ RUN apt-get update && apt-get install -y \ COPY ./php-ini-overrides.ini /etc/php/7.4/cli/conf.d/ # PHP 8.0 -# FIXME: php8.0-xdebug not installed because it leads to segfaults -# https://gitlab.tugraz.at/dbp/middleware/api/-/issues/65#note_21039 RUN apt-get update && apt-get install -y \ php8.0 \ php8.0-curl \ @@ -61,6 +59,7 @@ RUN apt-get update && apt-get install -y \ php8.0-ldap \ php8.0-zip \ php8.0-gmp \ + php8.0-xdebug \ php8.0-gd \ php8.0-mysql \ php8.0-mbstring \ -- GitLab