When I do a docker-compose up I am getting the following error message:
`sudo docker-compose up
Building test
Step 1/13 : FROM python:3.5
---> ffdaf2391778
Step 2/13 : RUN apt-get update
---> Using cache
---> aee39f496a69
Step 3/13 : RUN apt-get install -y make python-software-properties curl
---> Running in a4eff33f2f3f
Reading package lists...
Building dependency tree...
Reading state information...
Package python-software-properties is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
software-properties-common
E: Package 'python-software-properties' has no installation candidate
ERROR: Service 'test' failed to build: The command '/bin/sh -c apt-get install -y make python-software-properties curl' returned a non-zero code: 100`
When I do a docker-compose up I am getting the following error message:
`sudo docker-compose up Building test Step 1/13 : FROM python:3.5 ---> ffdaf2391778 Step 2/13 : RUN apt-get update ---> Using cache ---> aee39f496a69 Step 3/13 : RUN apt-get install -y make python-software-properties curl ---> Running in a4eff33f2f3f Reading package lists... Building dependency tree... Reading state information... Package python-software-properties is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: software-properties-common
E: Package 'python-software-properties' has no installation candidate ERROR: Service 'test' failed to build: The command '/bin/sh -c apt-get install -y make python-software-properties curl' returned a non-zero code: 100`