Update Dockerfile

This commit is contained in:
uazo 2021-07-12 13:42:09 +02:00 committed by GitHub
parent cba16c550f
commit 9c452f3346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ ENV user lg
# echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
#USER ${user}
RUN mkdir -p /home/${user}
RUN mkdir -p /home/${user} && \
echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
WORKDIR /home/${user}