Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Jul 12, 2024
1 parent df6ca4d commit 95e04df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions locust-distributed/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM python:3.6-alpine

ARG LOCUST_VERSION="2.23.1"
ENV LOCUST_VERSION $LOCUST_VERSION

RUN apk --no-cache add \
Expand All @@ -12,7 +11,7 @@ RUN apk --no-cache add \
&& apk --no-cache add \
libzmq \
&& pip install --no-cache-dir \
locust==${LOCUST_VERSION} \
locust \
awscli \
pyzmq \
&& apk del .build-dep \
Expand Down

0 comments on commit 95e04df

Please sign in to comment.