Skip to content

Commit

Permalink
⚡ playwright install chromium only
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu committed Apr 2, 2021
1 parent 1d53ef2 commit 5f09ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY ./pyproject.toml ./poetry.lock* /app/
RUN poetry export --without-hashes -f requirements.txt \
| poetry run pip install -r /dev/stdin \
&& echo "Install playwright headless browser..." \
&& poetry run playwright install \
&& poetry run playwright install chromium \
&& apt-get install -y libnss3-dev libxss1 libasound2 libxrandr2\
libatk1.0-0 libgtk-3-0 libgbm-dev\
&& poetry install --no-dev
Expand Down

0 comments on commit 5f09ce5

Please sign in to comment.