Aduc-sdr commited on
Commit
02664fe
·
verified ·
1 Parent(s): 6b25e2f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # Use a recent, slim Python base image
2
  FROM debian:trixie-slim
3
 
4
-
5
 
6
  # Set the working directory in the container
7
  WORKDIR /app
 
1
  # Use a recent, slim Python base image
2
  FROM debian:trixie-slim
3
 
4
+ RUN pip install python pip
5
 
6
  # Set the working directory in the container
7
  WORKDIR /app