We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2dc695 commit 8168e8dCopy full SHA for 8168e8d
1 file changed
dockerfile
@@ -91,7 +91,7 @@ COPY requirements.txt .
91
# Install Python dependencies
92
RUN pip install --no-cache-dir -r requirements.txt
93
94
-RUN playwright install --with-deps chromium
+#RUN playwright install --with-deps chromium
95
96
# FORCE MATCH
97
# RUN pip install --no-cache-dir playwright==1.50.0
0 commit comments