Merge pull request #542 from AmazeQiu/pre/beta
Some checks failed
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled

This commit is contained in:
Marco Vinciguerra 2024-08-12 13:01:31 +02:00 committed by GitHub
commit bfe1f3b5d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,9 @@
FROM python:3.11-slim
RUN apt-get update && apt-get upgrade -y && \
useradd -m -s /bin/bash app
USER app
RUN apt-get update && apt-get upgrade -y
RUN pip install scrapegraphai
RUN pip install scrapegraphai[burr]
RUN python3 -m playwright install-deps
RUN python3 -m playwright install