Don't use deprecated orchardup/python image
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
90f5eda930
commit
3fc7ad3291
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
FROM orchardup/python:2.7
|
||||
FROM ubuntu:14.04
|
||||
RUN apt-get update -qq && apt-get install -qy python python-pip python-dev
|
||||
ADD requirements.txt /code/
|
||||
WORKDIR /code/
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue