1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

use PHP 7.2 for rainloop

This commit is contained in:
Thomas Sänger
2018-10-09 23:21:32 +02:00
parent 5180ce527c
commit 2f7b6e14c0

View File

@@ -1,4 +1,4 @@
FROM php:5-apache
FROM php:7.2-apache
RUN apt-get update && apt-get install -y \
unzip python3 python3-jinja2