Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -72,7 +72,7 @@ WORKDIR /app
|
|
72 |
COPY requirements.txt ./
|
73 |
RUN pip3 install --no-cache-dir -r requirements.txt
|
74 |
|
75 |
-
RUN PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 pip3 install playwright==1.
|
76 |
|
77 |
RUN cd ${HOME}/.cache/ms-playwright && \
|
78 |
wget -q https://playwright.azureedge.net/builds/chromium/1045/chromium-linux.zip && \
|
|
|
72 |
COPY requirements.txt ./
|
73 |
RUN pip3 install --no-cache-dir -r requirements.txt
|
74 |
|
75 |
+
RUN PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 pip3 install playwright==1.26.0
|
76 |
|
77 |
RUN cd ${HOME}/.cache/ms-playwright && \
|
78 |
wget -q https://playwright.azureedge.net/builds/chromium/1045/chromium-linux.zip && \
|