Skip to content

Commit 6797a32

Browse files
aholbreichbfirsh
authored andcommitted
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 <alexander@holbreich.org> Conflicts: Dockerfile
1 parent e04c5cb commit 6797a32

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
FROM ubuntu:14.04
2-
RUN apt-get update -qq && apt-get install -qy python python-pip python-dev git
3-
1+
FROM debian:wheezy
2+
RUN apt-get update -qq && apt-get install -qy python python-pip python-dev git && apt-get clean
43
WORKDIR /code/
54

65
ADD requirements.txt /code/

0 commit comments

Comments
 (0)