We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a39460d + 3fc7ad3 commit 342ed94Copy full SHA for 342ed94
1 file changed
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM orchardup/python:2.7
+FROM ubuntu:14.04
2
+RUN apt-get update -qq && apt-get install -qy python python-pip python-dev
3
ADD requirements.txt /code/
4
WORKDIR /code/
5
RUN pip install -r requirements.txt
0 commit comments