Skip to content

Commit

Permalink
Fix environments in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Nov 21, 2024
1 parent f45928a commit 13d452c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ ADD . .

# Install Python dependencies and Playwright
RUN pip install psycopg2-binary==2.9.10 asyncpg==0.30.0 --no-cache-dir && \
pip install -r requirements.txt --no-cache-dir && \
pip install .[server-apps] --no-cache-dir && \
pip install playwright --no-cache-dir && \
playwright install --with-deps
Expand Down

0 comments on commit 13d452c

Please sign in to comment.