From 93cef674d8db0de7b13d67225b93b8dc10113690 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 13 Jul 2024 10:40:32 +0000 Subject: [PATCH] images/actions/php/Dockerfile aktualisiert --- images/actions/php/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images/actions/php/Dockerfile b/images/actions/php/Dockerfile index 7b1c655..8d96df5 100644 --- a/images/actions/php/Dockerfile +++ b/images/actions/php/Dockerfile @@ -9,4 +9,6 @@ RUN \ "php${version}-xml" \ "php${version}-simplexml" \ "php${version}-tokenizer" \ - "php${version}-xmlwriter" \ No newline at end of file + "php${version}-xmlwriter" \ + "php${version}-dom" \ + "php${version}-ctype" \ No newline at end of file