aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 22e0717..262cfac 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
FROM python:3.11
-RUN pip install gunicorn
+RUN pip install gunicorn psycopg2-binary mysqlclient
RUN mkdir /package
WORKDIR /package/