mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-22 17:26:30 +00:00
Remove pip cache dir
This commit is contained in:
parent
5c97af4fb3
commit
cb86cd531f
@ -23,7 +23,7 @@ RUN apt-get update \
|
|||||||
python-urllib3 \
|
python-urllib3 \
|
||||||
rsync \
|
rsync \
|
||||||
tahoe-lafs \
|
tahoe-lafs \
|
||||||
&& pip install -U boto b2 \
|
&& pip install -U --no-cache-dir boto b2 \
|
||||||
&& apt-get autoremove -y python-pip \
|
&& apt-get autoremove -y python-pip \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/apt/lists/*
|
&& rm -rf /var/apt/lists/*
|
||||||
|
@ -17,8 +17,8 @@ RUN apt-get update \
|
|||||||
python-urllib3 \
|
python-urllib3 \
|
||||||
rsync \
|
rsync \
|
||||||
tahoe-lafs \
|
tahoe-lafs \
|
||||||
&& pip install -U setuptools \
|
&& pip install --no-cache-dir -U setuptools \
|
||||||
&& pip install -U boto b2 \
|
&& pip install --no-cache-dir -U boto b2 \
|
||||||
&& apt-get remove -y python-pip \
|
&& apt-get remove -y python-pip \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
python-swiftclient \
|
python-swiftclient \
|
||||||
|
Loading…
Reference in New Issue
Block a user