File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ FROM base2_with_python-${PYTHON_VERSION} AS final
7373RUN adduser test -G wheel
7474
7575# It enables execution of " sudo service ssh start" without password
76- RUN echo " WHEEL_USERS ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers
76+ RUN echo " test ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers
7777
7878ADD --chown= test:test . /home/test/testgres
7979WORKDIR /home/test/testgres
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ FROM base2_with_python-${PYTHON_VERSION} AS final
7676RUN adduser test -G wheel
7777
7878# It enables execution of " sudo service ssh start" without password
79- RUN echo " WHEEL_USERS ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers
79+ RUN echo " test ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers
8080
8181ADD --chown= test:test . /home/test/testgres
8282WORKDIR /home/test/testgres
You can’t perform that action at this time.
0 commit comments