From 427666f518f2d6a220804a2d41218a9562b9a97c Mon Sep 17 00:00:00 2001 From: amazeqiu Date: Mon, 12 Aug 2024 17:37:02 +0800 Subject: [PATCH] fix update Dockerfile --- Dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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