0
我試圖構建docker文件,其中一個要求是使用sudo權限創建用戶。使用sudo權限在docker容器中添加新用戶
這裏是bash腳本
和泊塢窗撰寫文件。
FROM ros
RUN apt-get update
RUN apt-get install -y sudo
ADD run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh
CMD ["/usr/local/bin/run.sh"]
當我運行此版本時出現以下錯誤。
chpasswd: (user testuser) pam_chauthtok() failed, error:
Authentication token manipulation error
chpasswd: (line 1, user testuser) password not changed