From 1d6b552b3f973ba8554c08921e99a94d64ccea98 Mon Sep 17 00:00:00 2001 From: Madis-Karli Koppel Date: Fri, 22 Mar 2019 15:05:39 +0200 Subject: [PATCH] fix tornado version to 5.1.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 046fd84..1917350 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \ apt-get clean autoclean && \ apt-get autoremove -y && \ pip install ws4py==0.3.2 && \ - pip install tornado && \ + pip install tornado==5.1.1 && \ ln -s /usr/bin/python2.7 /usr/bin/python ; ln -s -f bash /bin/sh WORKDIR /opt