This commit is contained in:
ViViDboarder 2018-04-12 21:23:38 -07:00
parent e56e1a983a
commit cad7d68644
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ RUN apt-get update \
python-urllib3 \
rsync \
tahoe-lafs \
&& pip install -U boto \
&& pip install -U boto b2 \
&& apt-get remove -y python-pip \
&& apt-get install -y --no-install-recommends \
python-swiftclient \

View File

@ -23,7 +23,7 @@ RUN apt-get update \
python-urllib3 \
rsync \
tahoe-lafs \
&& pip install -U boto \
&& pip install -U boto b2 \
&& apt-get autoremove -y python-pip \
&& apt-get clean \
&& rm -rf /var/apt/lists/*