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