You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,7 @@ RUN id=1000; \
173
173
done
174
174
175
175
RUN echo "hadoop ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
176
+
RUN chmod 0400 /etc/shadow # workaround for "PAM account management error: Authentication service cannot retrieve authentication info" when trying to sudo
0 commit comments