From f39ab1626e9ebd382754259923e8cc813215b9f7 Mon Sep 17 00:00:00 2001 From: vcarroy Date: Mon, 7 Oct 2024 11:22:17 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20ajout=20du=20packet=20xdebug=20=C3=A0?= =?UTF-8?q?=20l'image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- misc/images/hydra-sql-base/Dockerfile | 5 +++-- misc/images/hydra-sql-standalone/Dockerfile | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/misc/images/hydra-sql-base/Dockerfile b/misc/images/hydra-sql-base/Dockerfile index 3c8a669..a391f3f 100644 --- a/misc/images/hydra-sql-base/Dockerfile +++ b/misc/images/hydra-sql-base/Dockerfile @@ -10,7 +10,8 @@ ARG ADDITIONAL_PACKAGES="bash=5.2.15-r0 \ php81-soap=${PHP_PKG_VERSION} \ php81-ldap=${PHP_PKG_VERSION} \ php81-pdo_mysql=${PHP_PKG_VERSION} \ - php81-bcmath=${PHP_PKG_VERSION}" + php81-bcmath=${PHP_PKG_VERSION} \ + php81-pecl-xdebug" -FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-base-2024.7.25-stable.959.7896915 +FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-base-2024.10.4-stable.1529.b630c69 RUN chown 1000:www-data -R /app diff --git a/misc/images/hydra-sql-standalone/Dockerfile b/misc/images/hydra-sql-standalone/Dockerfile index cb351cb..c4ce77a 100644 --- a/misc/images/hydra-sql-standalone/Dockerfile +++ b/misc/images/hydra-sql-standalone/Dockerfile @@ -10,8 +10,8 @@ ARG ADDITIONAL_PACKAGES="bash=5.2.15-r0 \ php81-soap=${PHP_PKG_VERSION} \ php81-ldap=${PHP_PKG_VERSION} \ php81-pdo_mysql=${PHP_PKG_VERSION} \ - php81-bcmath=${PHP_PKG_VERSION}" + php81-pecl-xdebug" -FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone-2024.7.25-stable.959.7896915 +FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone-2024.10.4-stable.1529.b630c69 RUN chown 1000:www-data -R /app USER www-data