ejschwartz commited on
Commit
e2c40a4
·
verified ·
1 Parent(s): 5c58f6b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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