Spaces:
Building
Building
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -92,7 +92,7 @@ RUN echo "node ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/node && \
|
|
92 |
chmod 0440 /etc/sudoers.d/node
|
93 |
#RUN usermod -aG root node
|
94 |
#RUN usermod -aG wheel node
|
95 |
-
RUN addgroup
|
96 |
# RUN adduser node -G wheel
|
97 |
# RUN adduser node -G root
|
98 |
RUN echo 'permit nopass :node as root' >> /etc/doas.d/doas.conf
|
|
|
92 |
chmod 0440 /etc/sudoers.d/node
|
93 |
#RUN usermod -aG root node
|
94 |
#RUN usermod -aG wheel node
|
95 |
+
RUN addgroup -S node root
|
96 |
# RUN adduser node -G wheel
|
97 |
# RUN adduser node -G root
|
98 |
RUN echo 'permit nopass :node as root' >> /etc/doas.d/doas.conf
|