MD-Anderson-Bioinformatics / NG-CHM_Galaxy

Next-Generation Clustered Heat Maps for Galaxy
0 stars 1 forks source link

Docker build error #1

Closed jma7 closed 3 years ago

jma7 commented 4 years ago

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.

ChrisWakefield commented 3 years ago

Apparently already resolved. Current Dockerfile(s) do not try to load the missing package. (This issue is from almost two years ago.)