Netflix / lemur-docker

Docker files for the Lemur certificate orchestration tool
170 stars 88 forks source link

Package has no installation candidate #35

Closed jordanistan closed 6 years ago

jordanistan commented 6 years ago

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`

jordanistan commented 6 years ago

Work around is to update the Dockerfile by replacing the package: software-properties-common and not python-software-properties.