LeoArtaza commited on
Commit
0828a7b
1 Parent(s): 2bff27d

Reagregar python

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  # Set up a new user named "user" with user ID 1000
2
  RUN useradd -m -u 1000 user
3
 
 
1
+ # Use an official Python runtime as a parent image
2
+ FROM python:3.11
3
+
4
  # Set up a new user named "user" with user ID 1000
5
  RUN useradd -m -u 1000 user
6