diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 2e25831..1744d22 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -11,6 +11,7 @@ RUN \ apk add --no-cache \ nginx=1.22.0-r1 \ php8-curl=8.0.24-r0 \ + php8-dom=8.0.24-r0 \ php8-fpm=8.0.24-r0 \ php8-iconv=8.0.24-r0 \ php8-mbstring=8.0.24-r0 \