When I tried building docker image, I got following error
Step 4/33 : RUN apt-get install -y software-properties-common python-software-properties
---> Running in e79cd7686fe9
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
The command '/bin/sh -c apt-get install -y software-properties-common python-software-properties' returned a non-zero code: 100
Removing python-software-properties solves the problem, and the NGCHM Galaxy still works fine.
When I tried building docker image, I got following error
Removing
python-software-properties
solves the problem, and the NGCHM Galaxy still works fine.