baseimage-docker: Build failed no source package for PAM
The log related to this is :
+ apt-get build-dep -y --no-install-recommends pam
Reading package lists...
E: Unable to find a source package for pam
The command '/bin/sh -c /bd_build/prepare.sh && /bd_build/system_services.sh && /bd_build/utilities.sh && /bd_build/fix_pam_bug.sh && /bd_build/cleanup.sh' returned a non-zero code: 100
Makefile:9: recipe for target 'build' failed
make: *** [build] Error 100
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15
FYI: This has been resolved on
master.Yeah I just checked the latest build, this is what’s happening: https://travis-ci.org/phusion/baseimage-docker/builds/221641732#L1102
I am thinking a package got deprecated, so I will have to fix it.