diff --git a/Dockerfile b/Dockerfile index 6c96f60..792258f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY LICENSE \ requirements.txt \ /code/ -RUN pip install -r /code/requirements.txt +RUN pip install --no-cache-dir -r /code/requirements.txt ENTRYPOINT ["/code/entrypoint.sh"] CMD []