Closed hbakhtiyor closed 5 years ago
what are the alternatives of the snippet to alpine?
RUN useradd X --shell /bin/bash --create-home \ && usermod -a -G sudo X \ && echo 'ALL ALL = (ALL) NOPASSWD: ALL' >> /etc/sudoers \ && echo 'X:nopassword' | chpasswd
Not sure – might be best to ask over at the Alpine forums or similar – this image builds on top of Alpine
what are the alternatives of the snippet to alpine?