diff --git a/Dockerfile b/Dockerfile index b274b81f..a04c8551 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file