Merge "Use --no-cache-dir with pip"
This commit is contained in:
commit
098425a4a7
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user