rm mbstring

This commit is contained in:
Code-Egg
2020-01-02 20:14:56 -05:00
parent f079202051
commit 5568e0957f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apt-get install -y software-properties-common && \
add-apt-repository 'deb http://ftp.debian.org/debian jessie-backports main' && \
apt-get update && apt-get install -y python-certbot-apache -t jessie-backports
RUN apt-get install mysql-client lsphp73 lsphp73-common lsphp73-mbstring lsphp73-mysql lsphp73-opcache \
RUN apt-get install mysql-client lsphp73 lsphp73-common lsphp73-mysql lsphp73-opcache \
lsphp73-curl lsphp73-json lsphp73-imagick lsphp73-redis lsphp73-memcached -y
RUN echo "admin:$(/usr/local/lsws/admin/fcgi-bin/admin_php* -q /usr/local/lsws/admin/misc/htpasswd.php ${WEB_ADMIN_PASSWORD})" \