diff --git a/Dockerfile.raspbian b/Dockerfile.raspbian index 64bbeec..c94ac05 100644 --- a/Dockerfile.raspbian +++ b/Dockerfile.raspbian @@ -16,10 +16,10 @@ RUN apt-get update \ python-paramiko \ python-pexpect \ python-pip \ - python-setuptools \ python-urllib3 \ rsync \ tahoe-lafs \ + && pip install -U setuptools \ && pip install -U boto b2 \ && apt-get remove -y python-pip \ && apt-get install -y --no-install-recommends \