ErikDaska commited on
Commit
5007461
·
verified ·
1 Parent(s): f0628c4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM python:3.9-slim
2
 
 
3
  WORKDIR /app
4
 
5
  RUN apt-get update && apt-get install -y \
 
1
  FROM python:3.9-slim
2
 
3
+ RUN useradd -m -u 1000 user
4
  WORKDIR /app
5
 
6
  RUN apt-get update && apt-get install -y \