Merge "hostdata-collectors: Engineering Tools Pip Dependency"

This commit is contained in:
Zuul 2018-10-08 17:47:23 +00:00 committed by Gerrit Code Review
commit 0172340992
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ RUN yum install -y vim-enhanced openssl-devel gettext mongodb mongodb-server mar
# pip installs
RUN pip install python-subunit junitxml --upgrade && \
pip install tox --upgrade
pip install tox pycryptodome --upgrade
# Install repo tool
RUN curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/local/bin/repo && \