chartManD commited on
Commit
032be5e
·
verified ·
1 Parent(s): 2545376

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -6,4 +6,7 @@ RUN apt -y update
6
  RUN apt install -y python3
7
 
8
  # Verificar si python esta instalado
9
- RUN which python || which python3 || which py
 
 
 
 
6
  RUN apt install -y python3
7
 
8
  # Verificar si python esta instalado
9
+ RUN which python || which python3 || which py
10
+
11
+ # Version Python
12
+ RUN python --version