commit | 2ecded5ee72871f1d1f502c372b8aac50412b5c8 | [log] [tgz] |
---|---|---|
author | aminasyan <aminasyan@mirantis.com> | Thu Mar 05 17:12:42 2020 +0400 |
committer | Artem Minasyan <aminasyan@mirantis.com> | Thu Mar 05 13:23:28 2020 +0000 |
tree | bb407c75a111ef33530d152c4dd561d7bfac6407 | |
parent | 6793f50fb6b83a0e6f5bd2bde82fc01cdff70b52 [diff] |
Fix version tox in container Related-prod: PRODX-3058 Change-Id: I02bd04165398808a3aef3b53a2ed51d311cc7b95
diff --git a/Dockerfile b/Dockerfile index efb07ee..22e7e3e 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -16,7 +16,6 @@ python3-pip \ firefox \ xvfb \ - tox \ wget \ git \ x11-xkb-utils @@ -30,5 +29,5 @@ WORKDIR /opt/horizon -RUN pip3 install -r requirements.txt -r test-requirements.txt +RUN pip3 install tox -U -r requirements.txt -r test-requirements.txt