slimshadow commited on
Commit
6425b07
·
verified ·
1 Parent(s): 67a9139

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,8 +7,8 @@ RUN apt-get update && \
7
  apt-get clean && \
8
  rm -rf /var/lib/apt/lists/*
9
 
10
- # Add a user with a home directory and switch to this user
11
- RUN useradd -m -u 1000 user
12
  USER user
13
 
14
  # Set the working directory
 
7
  apt-get clean && \
8
  rm -rf /var/lib/apt/lists/*
9
 
10
+ # Add a user with a different UID
11
+ RUN useradd -m -u 65506 user
12
  USER user
13
 
14
  # Set the working directory