srinuksv commited on
Commit
3e6553e
·
verified ·
1 Parent(s): 8bf77c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM ubuntu
2
 
3
  # Update package list and install Python & pip
4
  RUN apt-get update && apt-get install -y python3 python3-pip
5
- RUN useradd -m -u 1000 user
6
  USER user
7
  ENV PATH="/home/user/.local/bin:$PATH"
8
 
 
2
 
3
  # Update package list and install Python & pip
4
  RUN apt-get update && apt-get install -y python3 python3-pip
5
+ RUN useradd -m -u 1010 user
6
  USER user
7
  ENV PATH="/home/user/.local/bin:$PATH"
8