From 7b4e31c00d133d1034ff1f31cc765a52130f54ca Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 15 Aug 2018 18:44:00 -0700 Subject: [PATCH] ARM: Move setuptools to pip from apt Try to fix build error on ARM --- Dockerfile.raspbian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \