From 825333353e72d60de24b970197103c556fc5afb5 Mon Sep 17 00:00:00 2001 From: rlesouef Date: Tue, 5 Apr 2016 16:27:08 +0400 Subject: [PATCH 1/2] Update Dockerfile --- 2.7/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.7/alpine/Dockerfile b/2.7/alpine/Dockerfile index b889235f7..c74ea79bd 100644 --- a/2.7/alpine/Dockerfile +++ b/2.7/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.3 +FROM alpine:edge # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. From 3d080edfa4fb8cd900c1cbb909bfc543a36d65a9 Mon Sep 17 00:00:00 2001 From: rlesouef Date: Thu, 20 Oct 2016 21:07:21 +0400 Subject: [PATCH 2/2] Update Dockerfile --- 3.5/alpine/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/3.5/alpine/Dockerfile b/3.5/alpine/Dockerfile index 2f50b9628..a3138a02f 100644 --- a/3.5/alpine/Dockerfile +++ b/3.5/alpine/Dockerfile @@ -37,6 +37,7 @@ RUN set -ex \ pax-utils \ readline-dev \ sqlite-dev \ + postgresql-dev \ zlib-dev \ && cd /usr/src/python \ && ./configure --enable-shared --enable-unicode=ucs4 \