mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-06-28 18:55:13 +00:00
Use best practices for password hashing in webservice
This commit is contained in:
@ -2,7 +2,8 @@ FROM eu.gcr.io/avatao-challengestore/tutorial-framework
|
||||
|
||||
# Install webservice dependencies
|
||||
RUN pip3 install Flask==1.0 \
|
||||
SQLAlchemy==1.2.7
|
||||
SQLAlchemy==1.2.7 \
|
||||
passlib==1.7.1
|
||||
|
||||
# Define variables to use later
|
||||
ENV TFW_SERVER_DIR="/srv/.tfw" \
|
||||
|
Reference in New Issue
Block a user