Skip to content

Commit ad03d64

Browse files
committed
modified playwright dependencies 8
1 parent 0c7c980 commit ad03d64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
3131
# curl \
3232
# build-essential \
3333
# && rm -rf /var/lib/apt/lists/*
34-
RUN apt-get update && apt-get install -y \
34+
RUN apt-get update && apt-get install -y --no-install-recommends \
3535
gcc \
3636
g++ \
3737
curl \
@@ -97,7 +97,7 @@ RUN pip install --no-cache-dir -r requirements.txt
9797
# Playwright - install without browsers to save time and space
9898
RUN pip install --no-cache-dir playwright==1.52.0
9999
RUN playwright install chromium
100-
RUN playwright install-deps chromium
100+
#RUN playwright install-deps chromium
101101
# # needed as docker container doesnt have gui support thus it needs playwright deps for docker
102102
# RUN playwright install-deps
103103

0 commit comments

Comments
 (0)