coala / docker-coala-base

coala base docker image
21 stars 28 forks source link

Package names npm and php depend on zypper 'capabilities' #191

Closed jayvdb closed 7 years ago

jayvdb commented 7 years ago

Installing packages npm and php using zypper result in the messages:

'npm' not found in package names. Trying capabilities. 'php' not found in package names. Trying capabilities.

These names are resolved using capabilities, which presumably requires more effort, but more importantly the version of npm and php is not specified and thus might change based on the 'capabilities' logic which may not be what we want.