Skip to content

Commit

Permalink
fix docker build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
delulu committed Mar 6, 2019
1 parent 2499011 commit 0448982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.6.6-alpine3.8

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

EXPOSE 8089 5557 5558
Expand Down

0 comments on commit 0448982

Please sign in to comment.