Skip to content

Commit 342ed94

Browse files
committed
Merge pull request #379 from docker/use-library-python-image-for-dockerfile
Use library python image for dockerfile
2 parents a39460d + 3fc7ad3 commit 342ed94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM orchardup/python:2.7
1+
FROM ubuntu:14.04
2+
RUN apt-get update -qq && apt-get install -qy python python-pip python-dev
23
ADD requirements.txt /code/
34
WORKDIR /code/
45
RUN pip install -r requirements.txt

0 commit comments

Comments
 (0)