mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #379 from docker/use-library-python-image-for-dockerfile
Use library python image for dockerfile
This commit is contained in:
commit
342ed948ec
@ -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…
x
Reference in New Issue
Block a user