add module to dockerfile
This commit is contained in:
@ -24,7 +24,8 @@ RUN \
|
|||||||
pip3 install uwsgi && \
|
pip3 install uwsgi && \
|
||||||
pip3 install flask-cors && \
|
pip3 install flask-cors && \
|
||||||
pip3 install six && \
|
pip3 install six && \
|
||||||
pip3 install python-jose[cryptography]
|
pip3 install python-jose[cryptography] && \
|
||||||
|
pip3 install pbkdf2
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
mkdir -p ${APP_DIR} && \
|
mkdir -p ${APP_DIR} && \
|
||||||
|
Reference in New Issue
Block a user