fixed Docker File repo reference to rackerlabs, and fastly client reference

This commit is contained in:
amitgandhinz 2014-07-01 13:41:13 -04:00
parent 038f3d6c8d
commit f5c1ce6009
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ RUN echo "IdentityFile ~/.ssh/id_rsa" >> /etc/ssh/ssh_config
RUN touch /root/.ssh/known_hosts
# Pull project
RUN git clone git@github.com:rackerlab/cdn /home/cdn
RUN git clone git@github.com:rackerlabs/cdn /home/cdn
# Install Requirements
RUN sudo pip install -r /home/cdn/requirements/requirements.txt

View File

@ -1,2 +1,2 @@
fastly-python=git+https://github.com/zebrafishlabs/fastly-python@b98a756b2a03687d76c3cfa0e024a445af85b38d#egg=fastly-python
-e git+https://github.com/zebrafishlabs/fastly-python@b98a756b2a03687d76c3cfa0e024a445af85b38d#egg=fastly-python
httplib2>=0.8