-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hi,
I just tried building the Dockerfile on my armel box. It fails to build with the following error:
---> 7424d653b82a
Step 4/8 : RUN pip --no-cache-dir install --upgrade pip
---> Running in 629f7e46aa78
Traceback (most recent call last):
File "/usr/local/bin/pip", line 7, in <module>
from pip import main
File "/usr/local/lib/python2.7/site-packages/pip/__init__.py", line 5, in <module>
import logging
File "/usr/local/lib/python2.7/logging/__init__.py", line 26, in <module>
import sys, os, time, cStringIO, traceback, warnings, weakref, collections
File "/usr/local/lib/python2.7/weakref.py", line 14, in <module>
from _weakref import (
The likely reason is that the FROM image is python:2, which contains a python built from source. The apt-get invocation however installs python packages from Debian.
Metadata
Metadata
Assignees
Labels
No labels