Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ RUN yum -y install lz4-devel

# contrail-kubernetes
RUN pip install tox
RUN pip install geventhttpclient
RUN pip install --upgrade setuptools
RUN pip install requests

RUN curl -s https://storage.googleapis.com/git-repo-downloads/repo>/usr/bin/repo
RUN chmod a+x /usr/bin/repo
Expand Down