From 3e3ab64f5faf884b59001ee2da26dcc25afdd178 Mon Sep 17 00:00:00 2001 From: rozetko Date: Thu, 30 Aug 2018 22:42:48 +0300 Subject: [PATCH] Change python version in Dockerfile (3.7 -> 3.6.6) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9c2ea4b..4bf865f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM python:3.6.6 EXPOSE 8000 @@ -13,7 +13,7 @@ RUN pip install -r requirements.txt RUN apt-get update && apt-get install -y \ apt-utils \ gnupg \ - curl \ + curl \ python \ make \ g++ \