Skip to content

Commit 1c6858d

Browse files
author
admin
committed
added workaround for latest bzt
1 parent f55f20a commit 1c6858d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ RUN if [ "$CHROME_VERSION" = "latest" ]; then wget -O google-chrome.deb $CHROME_
2828
&& rm -rf ./google-chrome.deb
2929

3030
COPY requirements.txt /tmp/requirements.txt
31-
RUN pip install --no-cache-dir -r /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
3233

3334
RUN if [ "$INCLUDE_BZT" = "true" ]; then \
3435
wget https://blazemeter-tools.s3.us-east-2.amazonaws.com/bzt.tar.gz -O /tmp/bzt.tar.gz && \

0 commit comments

Comments
 (0)