We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f169e29 commit 1d6b552Copy full SHA for 1d6b552
Dockerfile
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \
33
apt-get clean autoclean && \
34
apt-get autoremove -y && \
35
pip install ws4py==0.3.2 && \
36
- pip install tornado && \
+ pip install tornado==5.1.1 && \
37
ln -s /usr/bin/python2.7 /usr/bin/python ; ln -s -f bash /bin/sh
38
39
WORKDIR /opt
0 commit comments