ladogton2010 commited on
Commit
01da5fc
·
1 Parent(s): 226a1a3

mysql client

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM debian:12.10
2
 
3
  RUN apt -y update
4
- RUN apt install -y python3 python3-django
5
 
6
  RUN mkdir app-itsz -p
7
  WORKDIR app-itsz
 
1
  FROM debian:12.10
2
 
3
  RUN apt -y update
4
+ RUN apt install -y python3 python3-django python3-mysqldb
5
 
6
  RUN mkdir app-itsz -p
7
  WORKDIR app-itsz