gitlist-docker icon indicating copy to clipboard operation
gitlist-docker copied to clipboard

php5 not included in latest ubuntu by default

Open hkotka opened this issue 9 years ago • 0 comments

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

hkotka avatar Oct 27 '16 11:10 hkotka