We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7c980 commit ad03d64Copy full SHA for ad03d64
1 file changed
dockerfile
@@ -31,7 +31,7 @@ ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
31
# curl \
32
# build-essential \
33
# && rm -rf /var/lib/apt/lists/*
34
-RUN apt-get update && apt-get install -y \
+RUN apt-get update && apt-get install -y --no-install-recommends \
35
gcc \
36
g++ \
37
curl \
@@ -97,7 +97,7 @@ RUN pip install --no-cache-dir -r requirements.txt
97
# Playwright - install without browsers to save time and space
98
RUN pip install --no-cache-dir playwright==1.52.0
99
RUN playwright install chromium
100
-RUN playwright install-deps chromium
+#RUN playwright install-deps chromium
101
# # needed as docker container doesnt have gui support thus it needs playwright deps for docker
102
# RUN playwright install-deps
103
0 commit comments