gitpab icon indicating copy to clipboard operation
gitpab copied to clipboard

error: freetype-config not found.

Open lisovsk opened this issue 6 years ago • 2 comments

I got this error ( http://prntscr.com/oiimr3 ) in the process docker-compose up. Can you help me with that?

lisovsk avatar Jul 22 '19 15:07 lisovsk

May you try to change first line in Dockerfile like here

FROM php:7.3-fpm

to

FROM php:7.3-fpm-stretch

mnvx avatar Aug 04 '19 05:08 mnvx

Thanks, it helped but got another problem - http://prntscr.com/oob3h3 And I already installed mcrypt

lisovsk avatar Aug 04 '19 22:08 lisovsk

Updated dependencies and deploy scripts

mnvx avatar Nov 15 '22 21:11 mnvx