From b4463b69dad857841550c78c63690b871f6cff1c Mon Sep 17 00:00:00 2001 From: eklicious Date: Thu, 22 Dec 2022 20:38:04 -0500 Subject: [PATCH] removed the RUN command --- docker-image/locust-tasks/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-image/locust-tasks/run.sh b/docker-image/locust-tasks/run.sh index 84e3001..ec6a14c 100644 --- a/docker-image/locust-tasks/run.sh +++ b/docker-image/locust-tasks/run.sh @@ -30,7 +30,7 @@ fi # We may need to run python -m pip install --upgrade pip to get past the gevent wheel building issue... # Install the required dependencies via pip -RUN pip install -r /locust-tasks/requirements.txt +pip install -r /locust-tasks/requirements.txt if [[ "$LOCUST_MODE" = "master" ]]; then LOCUS_OPTS="$LOCUS_OPTS --master"