add module to dockerfile

This commit is contained in:
2021-01-26 22:11:08 +01:00
parent e1b9597fdb
commit ef1b8ddf30

View File

@ -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} && \