Skip to content

Commit 81f65e9

Browse files
committed
Added py3-based dockerfile
1 parent 57b86fe commit 81f65e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:2.7
2-
MAINTAINER Joffrey F <joffrey@dotcloud.com>
2+
MAINTAINER Joffrey F <joffrey@docker.com>
33
ADD . /home/docker-py
44
WORKDIR /home/docker-py
55
RUN pip install -r test-requirements.txt

Dockerfile-py3

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM python:3.4
2+
MAINTAINER Joffrey F <[email protected]>
3+
ADD . /home/docker-py
4+
WORKDIR /home/docker-py
5+
RUN pip install -r test-requirements.txt
6+
RUN pip install .

0 commit comments

Comments
 (0)