openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

commit 53ce22cfddaf4323f969a399f543e2c488281ae8
parent 0a8241a397c0c27d394128a91d79d18c47e0795c
Author: Jan Dankert <jan.2019@jandankert.de>
Date:   Tue, 19 Nov 2019 19:35:06 +0100

Fix: Need for PHP multibyte string operation module

Diffstat:
Dockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -18,7 +18,7 @@ ENV DOCROOT=/var/www/localhost/htdocs RUN apk --update --no-cache add \ apache2 apache2-http2 \ - php7 php7-apache2 php7-session php7-pdo php7-pdo_mysql php7-pdo_pgsql php7-json php7-ftp php7-iconv php7-openssl \ + php7 php7-apache2 php7-session php7-pdo php7-pdo_mysql php7-pdo_pgsql php7-json php7-ftp php7-iconv php7-openssl php7-mbstring \ git curl && \ sed -i '/LoadModule log_module/s/^/#/g' /etc/apache2/httpd.conf && \ sed -i '/LoadModule http2_module/s/^#//g' /etc/apache2/httpd.conf && \