gitlist-docker
gitlist-docker copied to clipboard
php5 not included in latest ubuntu by default
ubuntu:latest comes with php7 as a default, so apt-get install php5-fpm fails when building the image.
Fix is to build FROM ubuntu:14.04