Skip to content

Commit

Permalink
Add gevent and pykafka
Browse files Browse the repository at this point in the history
  • Loading branch information
aadams19 committed Feb 7, 2018
1 parent e927b88 commit 942fdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monasca-api-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ENV CONFIG_TEMPLATE=true \

COPY apk_install.sh /apk.sh
RUN /build.sh -r ${API_REPO} -b ${API_BRANCH} \
-q ${CONSTRAINTS_BRANCH} -d "gunicorn influxdb python-memcached Jinja2" && \
-q ${CONSTRAINTS_BRANCH} -d "gunicorn influxdb python-memcached Jinja2 gevent pykafka" && \
rm -rf /build.sh

COPY api-* /etc/monasca/
Expand Down

0 comments on commit 942fdf5

Please sign in to comment.