diff --git a/Dockerfile b/Dockerfile index aef017a3..89c34912 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,10 +16,10 @@ RUN \ linux-headers \ musl-dev \ python-dev \ - && pip install -U pip setuptools \ + && pip --no-cache-dir install -U pip setuptools \ \ && cd /opt/kuryr-libnetwork \ - && pip install . \ + && pip --no-cache-dir install . \ && cd / \ && apk del build-deps