Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN apt-get -y update && apt-get -y install python3-pip
|
|
11 |
RUN cat /etc/passwd
|
12 |
|
13 |
# Set up a new user named "user"
|
14 |
-
RUN useradd -m user
|
15 |
|
16 |
# Switch to the "user" user
|
17 |
USER user
|
|
|
11 |
RUN cat /etc/passwd
|
12 |
|
13 |
# Set up a new user named "user"
|
14 |
+
RUN useradd -m -o -u 1000 user
|
15 |
|
16 |
# Switch to the "user" user
|
17 |
USER user
|