Update Dockerfile
Browse files- 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
|