ARM: Move setuptools to pip from apt

Try to fix build error on ARM
This commit is contained in:
Ian 2018-08-15 18:44:00 -07:00
parent 9671c1461d
commit 7b4e31c00d
1 changed files with 1 additions and 1 deletions

View File

@ -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 \