1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-12 02:28:20 +02:00

Build the webmail on top of PHP5 (PHP7 not supported)

This commit is contained in:
Pierre Jaury 2016-03-13 15:54:19 +01:00
parent 9a39baee83
commit 16edf49bf3

View File

@ -1,4 +1,4 @@
FROM php:apache
FROM php:5-apache
RUN apt-get update && apt-get install -y \
libfreetype6-dev \