Skip to content

Commit

Permalink
Merge pull request #11 from ErikThoreson/master
Browse files Browse the repository at this point in the history
updating docker file to include flask oauth libraries
  • Loading branch information
Alexander Mancevice authored Mar 27, 2017
2 parents f32e870 + 4d1faa6 commit 9854908
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ RUN apk add --no-cache \
ldap3==2.1.1 \
psycopg2==2.6.1 \
redis==2.10.5 \
sqlalchemy-redshift==0.5.0
sqlalchemy-redshift==0.5.0 \
flask-oauth==0.12 \
flask_oauthlib==0.9.3 \
flask-mail==0.9.1

# Default config
ENV LANG=C.UTF-8 \
Expand Down

0 comments on commit 9854908

Please sign in to comment.