feat: add b2 - Backblaze B2 cli interfacing tool
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-06-12 23:41:52 +02:00
parent ff8f292f60
commit b5aaf023ce
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -22,7 +22,8 @@ RUN apk add --no-cache \
RUN pip install --no-cache-dir \
robotframework \
robotframework-selenium2library \
selenium
selenium \
b2
# Chrome requires docker to have cap_add: SYS_ADMIN if sandbox is on.
# Disabling sandbox and gpu as default.