From 69cca47fb47823290b634e7839a5859b41ef8e9a Mon Sep 17 00:00:00 2001 From: TheConnMan Date: Fri, 8 Dec 2017 17:12:32 -0500 Subject: [PATCH] Switch Docker build to use Python 2.7 Closes #161 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 618e3b0..70e2b22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:alpine3.6 +FROM python:alpine2.7 WORKDIR /destalinator ADD bin/install bin/ ADD build-requirements.txt .