From 60110c95d8daa8e9a7ed892f7ebc9085946f0e4f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 21 Jun 2022 16:17:08 +0200 Subject: [PATCH] :ambulance: Fix missing multibyte string handling/conversion modules (#248) --- tasmoadmin/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 459cd09..8293ede 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -12,6 +12,8 @@ RUN \ nginx=1.22.0-r0 \ php8-curl=8.0.20-r0 \ php8-fpm=8.0.20-r0 \ + php8-iconv=8.0.20-r0 \ + php8-mbstring=8.0.20-r0 \ php8-opcache=8.0.20-r0 \ php8-session=8.0.20-r0 \ php8-zip=8.0.20-r0 \