aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-04-04 20:33:55 +0200
committerDaniel Schadt <kingdread@gmx.de>2023-04-04 20:33:55 +0200
commitc6ba50be205763342992fdddad6ca59755051dd9 (patch)
treeb0fb38b930914591bae63b22dbd53597dce043e3 /Dockerfile
parent5c7209af3945054fd1232dd5d96601a4208d63b6 (diff)
downloadfietsboek-c6ba50be205763342992fdddad6ca59755051dd9.tar.gz
fietsboek-c6ba50be205763342992fdddad6ca59755051dd9.tar.bz2
fietsboek-c6ba50be205763342992fdddad6ca59755051dd9.zip
install driver for Postgres and MySQL on docker
Considering this is the example/"official" image, it makes sense to support the big (open source) databases PostgreSQL and MySQL/MariaDB out of the box.
Diffstat (limited to 'Dockerfile')
-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/