diff options
author | Steven Wright <sw3588@att.com> | 2019-02-06 13:59:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-06 13:59:03 +0000 |
commit | 8293575be685a477bb668af1368a489b0c86755e (patch) | |
tree | 8f374aec568c7577c5dd89453db4d855f2273db4 | |
parent | af00f6a49d3bc9b24875cf30ccfca5d4521dc179 (diff) | |
parent | e8640bb41a1d92e6b3b492a0122189c500c2907b (diff) |
Merge "[VVP] docker build ignore pep517"
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,7 +39,8 @@ FROM python:3.6-alpine COPY requirements.txt / -RUN pip install -r /requirements.txt +RUN pip install --upgrade pip +RUN pip install --no-use-pep517 -r /requirements.txt COPY ice_validator/ /vvp |