fix: Install system deps in dockerfile

Fix #930
pull/937/head
Raphaël Vinot 2024-08-13 14:17:04 +02:00
parent 23a152a1f2
commit 9c9560ad43
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ RUN mkdir cache user_agents scraped logs
RUN echo LOOKYLOO_HOME="'`pwd`'" > .env
RUN cat .env
RUN poetry install
RUN poetry run playwright install-deps
RUN poetry run playwright install
RUN poetry run tools/3rdparty.py
RUN poetry run tools/generate_sri.py