clean up, no functional change.

keyupdate
jowj 6 years ago
parent fded8dd9df
commit 60e55c9d88

@ -43,8 +43,7 @@ RUN apk add \
# configure a user
RUN addgroup -S "$username" \
&& adduser -S -G "$username" -s /bin/bash "$username" \
&& chpasswd
# ARG enablesudo="true"
# RUN if test "$enablesudo"; then true \
# && echo "ENABLING PASSWORDLESS SUDO" >&2 \

Loading…
Cancel
Save