add mbstring extension

This commit is contained in:
2025-08-18 10:10:59 +02:00
parent 9e14a872d8
commit 20579faaa2
+1 -1
View File
@@ -4,7 +4,7 @@ ENV TZ=Europe/Vienna
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update && apt-get update -y && apt-get install -y software-properties-common && apt-add-repository universe && add-apt-repository ppa:ondrej/php
RUN apt-get update && apt-get install -y apache2 php libapache2-mod-php php-mysql php-common apt-utils tzdata nano && apt-get clean
RUN apt-get update && apt-get install -y apache2 php libapache2-mod-php php-mysql php-common php-mbstring apt-utils tzdata nano && apt-get clean
ENV APACHE_RUN_USER=www-data
ENV APACHE_RUN_GROUP=www-data