From ef1b8ddf30f9a0b3424638b33fcf029fabfda19c Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 26 Jan 2021 22:11:08 +0100 Subject: [PATCH] add module to dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1855955..443005e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,8 @@ RUN \ pip3 install uwsgi && \ pip3 install flask-cors && \ pip3 install six && \ - pip3 install python-jose[cryptography] + pip3 install python-jose[cryptography] && \ + pip3 install pbkdf2 RUN \ mkdir -p ${APP_DIR} && \