forked from Docker/baseimage-docker
Fixes a problem in PAM which may cause chpasswd and related tools to fail
This is caused by Docker bug 6345 which is already closed, but for some reason the problem still persists. Closes GH-181. Patch contributed by Michael Zedeler.
This commit is contained in:
@@ -6,6 +6,7 @@ ADD . /bd_build
|
||||
RUN /bd_build/prepare.sh && \
|
||||
/bd_build/system_services.sh && \
|
||||
/bd_build/utilities.sh && \
|
||||
/bd_build/fix_pam_bug.sh && \
|
||||
/bd_build/cleanup.sh
|
||||
|
||||
CMD ["/sbin/my_init"]
|
||||
|
||||
Reference in New Issue
Block a user