Skip to content

Commit 1d6b552

Browse files
committed
fix tornado version to 5.1.1
1 parent f169e29 commit 1d6b552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \
3333
apt-get clean autoclean && \
3434
apt-get autoremove -y && \
3535
pip install ws4py==0.3.2 && \
36-
pip install tornado && \
36+
pip install tornado==5.1.1 && \
3737
ln -s /usr/bin/python2.7 /usr/bin/python ; ln -s -f bash /bin/sh
3838

3939
WORKDIR /opt

0 commit comments

Comments
 (0)