You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@ RUN if [ "$CHROME_VERSION" = "latest" ]; then wget -O google-chrome.deb $CHROME_
28
28
&& rm -rf ./google-chrome.deb
29
29
30
30
COPY requirements.txt /tmp/requirements.txt
31
-
#TODO Remove --no-deps after Taurus will install the latest setuptools https://raw.githubusercontent.com/Blazemeter/taurus/refs/heads/master/requirements.txt
32
-
RUN pip install --no-cache-dir -r /tmp/requirements.txt --no-deps
31
+
RUN pip install --no-cache-dir -r /tmp/requirements.txt
0 commit comments