webzepetoku commited on
Commit
0f1f33c
·
verified ·
1 Parent(s): 12d6b92

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
  # 2. Install Library Python & Playwright
16
- RUN pip3 install --no-cache-dir fastapi uvicorn python-multipart aiofiles google-api-python-client google-auth pydantic requests playwright
17
 
18
  # 3. INSTALL BROWSER & DEPENDENCY LINUX
19
  RUN playwright install chromium
 
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
  # 2. Install Library Python & Playwright
16
+ RUN pip3 install --no-cache-dir fastapi uvicorn python-multipart aiofiles boto3 pydantic requests playwright
17
 
18
  # 3. INSTALL BROWSER & DEPENDENCY LINUX
19
  RUN playwright install chromium