From b410f3a1c328d78428741fcea4fa3316df838bed Mon Sep 17 00:00:00 2001 From: Tarun Menon Date: Fri, 12 Jul 2024 12:40:42 +1000 Subject: [PATCH] changes --- locust-distributed/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locust-distributed/Dockerfile b/locust-distributed/Dockerfile index 2ee49af..1a4d3a7 100644 --- a/locust-distributed/Dockerfile +++ b/locust-distributed/Dockerfile @@ -12,7 +12,7 @@ RUN apk --no-cache add \ && apk --no-cache add \ libzmq \ && pip install --no-cache-dir \ - locustio==${LOCUST_VERSION} \ + locust==${LOCUST_VERSION} \ awscli \ pyzmq \ && apk del .build-dep \