openfoodfacts / search-a-licious

🍊🔎 A pluggable search service for large collections of objects (like Open Food Facts)
https://search.openfoodfacts.org
GNU Affero General Public License v3.0
6 stars 4 forks source link

fix: improve "npx playwright install-deps" in frontend/dockerfile #130

Closed Marc-AntoineA closed 4 weeks ago

Marc-AntoineA commented 4 weeks ago

What

make build was broken on my Linux Mint 21  because of this line npm playwright install-deps chromium.

The solution is to replace this line by an exhaustive apt-get install.

Marc-AntoineA commented 4 weeks ago

This change breaks build docker container on Debian. Error :

Package 'xfonts-cyrillic' has no installation candidate

We should find another solution ^^

alexgarel commented 4 weeks ago

This change breaks build docker container on Debian. Error :

Package 'xfonts-cyrillic' has no installation candidate

We should find another solution ^^

EDIT: I'm wrong here ! It does not exists in bookworm !

Strange because it should exist: https://packages.debian.org/bookworm/xfonts-cyrillic

and node:lts is based upon bookworm (see https://hub.docker.com/_/node)