CentOS-Cron-Docker
CentOS-Cron-Docker copied to clipboard
Commenting out PAM
Cheers!
Not really an issue, more of a question: Why do you comment out PAM in line 10 of your Dockerfile?
# comment out PAM
RUN sed -i -e '/pam_loginuid.so/s/^/#/' /etc/pam.d/crond
I couldn't find the reason googling, so maybe you can shed some light for me :)
@worp1900 https://github.com/CentOS/CentOS-Dockerfiles/issues/31