simonswine / docker-apache-php53

Docker with PHP 5.3 on Ubuntu 12.04 // No MySQL Server
The Unlicense
5 stars 3 forks source link

easy_install not going to be installed #1

Open welcoMattic opened 10 years ago

welcoMattic commented 10 years ago

I catch this error when I lunch docker build -t user/mycontainer .

python-setuptools : Depends: python (>= 2.6) but it is not going to be installed Depends: python (< 2.8) but it is not going to be installed Depends: python-pkg-resources (= 0.6.24-1ubuntu1) but it is not going to be installed

Any idea to resolve it ?

neofreko commented 9 years ago

@welcoMattic try removing these 2 lines:

RUN echo "deb http://archive.ubuntu.com/ubuntu precise universe main multiverse restricted" > /etc/apt/sources.list
RUN echo "deb http://security.ubuntu.com/ubuntu/ precise-security universe main multiverse restricted" >> /etc/apt/sources.list