mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-21 20:56:36 +00:00
Add b2
This commit is contained in:
parent
e56e1a983a
commit
cad7d68644
@ -20,7 +20,7 @@ RUN apt-get update \
|
|||||||
python-urllib3 \
|
python-urllib3 \
|
||||||
rsync \
|
rsync \
|
||||||
tahoe-lafs \
|
tahoe-lafs \
|
||||||
&& pip install -U boto \
|
&& pip install -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 \
|
||||||
|
@ -23,7 +23,7 @@ RUN apt-get update \
|
|||||||
python-urllib3 \
|
python-urllib3 \
|
||||||
rsync \
|
rsync \
|
||||||
tahoe-lafs \
|
tahoe-lafs \
|
||||||
&& pip install -U boto \
|
&& pip install -U 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/*
|
||||||
|
Loading…
Reference in New Issue
Block a user