1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-17 20:57:54 +02:00

update to PHP 7.2 and remove mcrypt

removed mcrypt because Rouncube uses openssl exclusively since version 1.2 and mcrypt was removed from PHP 7.2
This commit is contained in:
Thomas Sänger 2018-09-25 05:59:31 +02:00
parent 91349d62ee
commit a684739b9c
No known key found for this signature in database
GPG Key ID: 057DDBB960D5382D

View File

@ -1,11 +1,10 @@
FROM php:7.0-apache
FROM php:7.2-apache
RUN apt-get update && apt-get install -y \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libpng-dev \
&& docker-php-ext-install pdo_mysql mcrypt zip
&& docker-php-ext-install pdo_mysql zip
ENV ROUNDCUBE_URL https://github.com/roundcube/roundcubemail/releases/download/1.3.7/roundcubemail-1.3.7-complete.tar.gz