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… #8

Closed fabienChaillou closed 4 years ago

fabienChaillou commented 4 years ago

I try make docker-install This PR fix this errors: [x] Remove tf-freefont and add fonts-freefont-ttf [x] Run in node container make build-assets [x] Move in cd vendor/bolt/core && run npm rebuild node-sass in node container [x] Fix docker-db-create in php container [x] Add make docker-server in make docker-install [x] Add help in Makefile

Error with tf-freefont:

bolt-project-error-ttf-freefont
bobdenotter commented 4 years ago

Hi, @fabienChaillou

I don't really use docker myself, so thanks!

[ ] Fix docker-db-create in php container

Let me know when it's updated, and i'll do some monkey-testing! 👍

fabienChaillou commented 4 years ago

Hi @bobdenotter ,

I fixed and retest in local make docker-install cmd.

It's 👍 for me.

bobdenotter commented 4 years ago

@fabienChaillou Cool! I'll check it out. And also to see if #9 is still needed / correct after this PR.

Also, I'll apply these changes to the dockerfile in https://github.com/bolt/core

doenietzomoeilijk commented 4 years ago

Actually, I'd add the explicit Buster base image in the Dockerfile, to prevent this issue from cropping up again on the next Debian release. Like here.