Open welcoMattic opened 10 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
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 ?