typo
This commit is contained in:
parent
e409c7c848
commit
6d1e234ebb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ RUN apt-get update \
|
|||
# https://dev.to/izackv/running-a-docker-container-with-a-custom-non-root-user-syncing-host-and-container-permissions-26mb
|
||||
# hadolint ignore=DL3008
|
||||
RUN addgroup --gid 1000 ansible-dev && \
|
||||
adduser --uid 1000 --gid 2000 --disabled-password --gecos "" ansible-dev && \
|
||||
adduser --uid 1000 --gid 1000 --disabled-password --gecos "" ansible-dev && \
|
||||
echo 'ansible-dev ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
||||
|
||||
# Set the non-root user as the default user
|
||||
|
|
Loading…
Reference in a new issue