From 6797a322b5f2bdf2da7a43825e227056780bdae8 Mon Sep 17 00:00:00 2001 From: Alexander Holbreich Date: Sun, 31 Aug 2014 12:53:59 +0200 Subject: [PATCH] Changing to stable debian (wheezy). Therefore it compiles agains more common version of GLIBC. Now works out of the box on Debian wheezy, centos:centos6 and other stable Of course it works on new distributions. Tested with: debian:jessie and ubuntu:14.04 Signed-off-by: Alexander Holbreich Conflicts: Dockerfile --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a45af726d..c448b8c16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ -FROM ubuntu:14.04 -RUN apt-get update -qq && apt-get install -qy python python-pip python-dev git - +FROM debian:wheezy +RUN apt-get update -qq && apt-get install -qy python python-pip python-dev git && apt-get clean WORKDIR /code/ ADD requirements.txt /code/