karen commited on
Commit ·
cab68b2
1
Parent(s): 67b4568
se agrego la base de datos
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ FROM debian:12.10
|
|
| 3 |
|
| 4 |
|
| 5 |
RUN apt -y update
|
| 6 |
-
RUN apt install -y python3 python3-django
|
| 7 |
|
| 8 |
|
| 9 |
RUN mkdir app-itsz -p
|
|
|
|
| 3 |
|
| 4 |
|
| 5 |
RUN apt -y update
|
| 6 |
+
RUN apt install -y python3 python3-django python3-mysqldb
|
| 7 |
|
| 8 |
|
| 9 |
RUN mkdir app-itsz -p
|