Merge "Use --no-cache-dir with pip"

This commit is contained in:
Zuul 2019-05-23 22:29:00 +00:00 committed by Gerrit Code Review
commit 098425a4a7

View File

@ -30,5 +30,5 @@ COPY scripts/get-extras-packages /usr/local/bin/get-extras-packages
COPY scripts/install-from-bindep /output/install-from-bindep
RUN dpkg -i /tmp/python3-dev_4.0.0_all.deb \
&& rm /tmp/python3-dev_4.0.0_all.deb \
&& pip install bindep \
&& pip install --no-cache-dir bindep \
&& rm -rf /var/lib/apt/lists/*