diff options
Diffstat (limited to 'Dockerfile')
-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 |