gitpab
gitpab copied to clipboard
error: freetype-config not found.
I got this error ( http://prntscr.com/oiimr3 ) in the process docker-compose up. Can you help me with that?
May you try to change first line in Dockerfile like here
FROM php:7.3-fpm
to
FROM php:7.3-fpm-stretch
Thanks, it helped but got another problem - http://prntscr.com/oob3h3 And I already installed mcrypt
Updated dependencies and deploy scripts