Spaces:
Paused
Paused
BinaryONe
commited on
Commit
·
15c2e29
1
Parent(s):
157b02d
Changes
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,7 @@ RUN apt-get update && \
|
|
| 27 |
# usermod -aG administrator,sudo ubuntu
|
| 28 |
|
| 29 |
# Create the 'admin' and 'ubuntu' users with home directories and passwords, and add them to the 'sudo' group
|
| 30 |
-
RUN useradd -m
|
| 31 |
echo 'admin:password' | chpasswd && \
|
| 32 |
echo 'ubuntu:password' | chpasswd && \
|
| 33 |
usermod -aG sudo admin && \
|
|
|
|
| 27 |
# usermod -aG administrator,sudo ubuntu
|
| 28 |
|
| 29 |
# Create the 'admin' and 'ubuntu' users with home directories and passwords, and add them to the 'sudo' group
|
| 30 |
+
RUN useradd -m admin && \
|
| 31 |
echo 'admin:password' | chpasswd && \
|
| 32 |
echo 'ubuntu:password' | chpasswd && \
|
| 33 |
usermod -aG sudo admin && \
|