Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Commit

Permalink
修改Dockerfile强制使用requests2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anjia0532 committed Aug 14, 2017
1 parent 824eb3c commit 895396d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -31,7 +31,7 @@ RUN \
tar -xzvf elastalert.tar.gz -C ${ELASTALERT_HOME} --strip-components 1 && \
rm elastalert.tar.gz && \

sed 's/requests.*$/requests==2.18.1/g' ${ELASTALERT_HOME}/requirements.txt &&\
pip install "requests==2.18.1" && \
pip install "setuptools>=11.3" && \
python setup.py install

Expand Down

0 comments on commit 895396d

Please sign in to comment.