mirror of https://github.com/docker/docker-py.git
Added test requirements to install
This commit is contained in:
parent
1803c4b83d
commit
b77f7e3b1a
|
@ -11,6 +11,8 @@ ADD . /opt/src
|
|||
|
||||
WORKDIR /opt/src/
|
||||
|
||||
RUN pip install -e /opt/src
|
||||
RUN pip install \
|
||||
-r /opt/src/test-requirements.txt \
|
||||
-e /opt/src
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
|
Loading…
Reference in New Issue