From 6cb8dc871d284a8aa535d07fc22972df9cbe75a9 Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Fri, 16 Feb 2024 08:25:26 -0800 Subject: [PATCH] Drop php5-suhosin from packages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b80798..d3a6603 100644 --- a/Dockerfile +++ b/Dockerfile @@ -881,7 +881,7 @@ RUN case "${PHP_BASE}" in \ php5-soap \ php5-sockets \ php5-sqlite3 \ - php5-suhosin \ + #php5-suhosin \ php5-wddx \ php5-xml \ php5-xmlreader \