bolt / project

🚀 Repo to `composer create project` a Bolt 5 project.
MIT License
39 stars 38 forks source link

fix(dockerfile): change ttf-freefont by fonts-freefont-ttf debian pac… #7

Closed fabienChaillou closed 4 years ago

fabienChaillou commented 4 years ago

This error to build php service Package ttf-freefont is not available, but is referred to by another package.

Remove ttf-freefont and add fonts-freefont-ttf for fix error.

timoschwarzer commented 4 years ago

I think the Dockerfile should be specific about the Debian version used e.g. FROM php:7.3-fpm-buster so these kinds of errors don't happen again.