diff --git a/Dockerfile b/Dockerfile index 49981f1d264ab4f2077ad2909413479570ad5548..b3e7a2efd5eee8e2005df37df22df0c54b9f9c67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,9 +18,8 @@ RUN apk -U add \ openssl \ openssl-dev \ ca-certificates \ - && pip install --upgrade pip \ - && pip install --no-cache -r requirements.txt \ - && pip install --no-cache coverage \ + && pip install -r requirements.txt \ + && pip install coverage \ && apk del \ build-base \ libffi-dev \