Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Fix version of pyzmq (#2115)
Browse files Browse the repository at this point in the history
* Fix version of pyzmq

Signed-off-by: Nikolay Yushkevich <[email protected]>

* Update Dockerfail after review

Signed-off-by: Nikolay Yushkevich <[email protected]>
  • Loading branch information
neewy authored Feb 22, 2019
1 parent aeac2a1 commit 69cb9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/load/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.6.6-alpine3.8

RUN apk --no-cache add g++ \
RUN apk --no-cache add g++ zeromq-dev \
&& pip install locustio pyzmq

EXPOSE 8089 5557 5558
Expand Down

0 comments on commit 69cb9d4

Please sign in to comment.