From ba2a13ec27c5bd12938af3777c28531daf96af6a Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Tue, 2 Feb 2021 00:52:31 +0100 Subject: [PATCH] add pip mysqlclient --- seahub/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/seahub/Dockerfile b/seahub/Dockerfile index 47f3c9e..1ae572c 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -34,6 +34,7 @@ future \ pillow \ captcha \ pyjwt \ +mysqlclient \ django==2.2.* \ django-pylibmc \ django-simple-captcha \