tastelikefeet commited on
Commit
6f471bb
·
verified ·
1 Parent(s): edd3a67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -2,12 +2,6 @@ FROM python:3.12-slim
2
 
3
  WORKDIR /app
4
 
5
- RUN useradd -m -u 1000 user
6
- USER user
7
- ENV PATH="/home/user/.local/bin:$PATH"
8
-
9
- COPY --chown=user . /app
10
-
11
  RUN apt-get update && apt-get install -y --no-install-recommends \
12
  curl \
13
  wget \
 
2
 
3
  WORKDIR /app
4
 
 
 
 
 
 
 
5
  RUN apt-get update && apt-get install -y --no-install-recommends \
6
  curl \
7
  wget \