Refresh the base image and the python requirements.
This commit is contained in:
parent
8a37d63e35
commit
6ddd4b5570
3 changed files with 25 additions and 26 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM phusion/baseimage:0.9.13
|
FROM phusion/baseimage:0.9.15
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
ENV HOME /root
|
ENV HOME /root
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM phusion/baseimage:0.9.13
|
FROM phusion/baseimage:0.9.15
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
ENV HOME /root
|
ENV HOME /root
|
||||||
|
|
|
@ -1,58 +1,57 @@
|
||||||
APScheduler==3.0.0
|
APScheduler==3.0.0
|
||||||
Flask==0.10.1
|
Flask==0.10.1
|
||||||
Flask-Login==0.2.11
|
Flask-Login==0.2.11
|
||||||
Flask-Mail==0.9.0
|
Flask-Mail==0.9.1
|
||||||
Flask-Principal==0.4.0
|
Flask-Principal==0.4.0
|
||||||
Flask-RESTful==0.2.12
|
Flask-RESTful==0.2.12
|
||||||
Jinja2==2.7.3
|
Jinja2==2.7.3
|
||||||
LogentriesLogger==0.2.1
|
LogentriesLogger==0.2.1
|
||||||
Mako==1.0.0
|
Mako==1.0.0
|
||||||
MarkupSafe==0.23
|
MarkupSafe==0.23
|
||||||
Pillow==2.5.1
|
Pillow==2.6.0
|
||||||
PyGithub==1.25.0
|
PyGithub==1.25.1
|
||||||
PyMySQL==0.6.2
|
PyMySQL==0.6.2
|
||||||
PyPDF2==1.22
|
PyPDF2==1.23
|
||||||
PyYAML==3.11
|
PyYAML==3.11
|
||||||
SQLAlchemy==0.9.7
|
SQLAlchemy==0.9.7
|
||||||
Werkzeug==0.9.6
|
Werkzeug==0.9.6
|
||||||
alembic==0.6.5
|
|
||||||
git+https://github.com/DevTable/aniso8601-fake.git
|
git+https://github.com/DevTable/aniso8601-fake.git
|
||||||
git+https://github.com/DevTable/anunidecode.git
|
git+https://github.com/DevTable/anunidecode.git
|
||||||
argparse==1.2.1
|
alembic==0.6.7
|
||||||
|
backports.ssl-match-hostname==3.4.0.2
|
||||||
beautifulsoup4==4.3.2
|
beautifulsoup4==4.3.2
|
||||||
blinker==1.3
|
blinker==1.3
|
||||||
boto==2.32.0
|
boto==2.32.1
|
||||||
coverage==3.7.1
|
docker-py==0.5.0
|
||||||
docker-py==0.4.0
|
|
||||||
ecdsa==0.11
|
ecdsa==0.11
|
||||||
futures==2.1.6
|
futures==2.2.0
|
||||||
gevent==1.0.1
|
gevent==1.0.1
|
||||||
greenlet==0.4.2
|
gipc==0.4.0
|
||||||
|
greenlet==0.4.4
|
||||||
gunicorn==18.0
|
gunicorn==18.0
|
||||||
hiredis==0.1.4
|
hiredis==0.1.5
|
||||||
html5lib==0.999
|
html5lib==0.999
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
jsonschema==2.3.0
|
jsonschema==2.4.0
|
||||||
marisa-trie==0.6
|
marisa-trie==0.6
|
||||||
mixpanel-py==3.1.3
|
|
||||||
mock==1.0.1
|
|
||||||
git+https://github.com/NateFerrero/oauth2lib.git
|
git+https://github.com/NateFerrero/oauth2lib.git
|
||||||
paramiko==1.14.0
|
mixpanel-py==3.2.0
|
||||||
peewee==2.2.5
|
paramiko==1.15.1
|
||||||
|
peewee==2.3.3
|
||||||
|
psycopg2==2.5.4
|
||||||
py-bcrypt==0.4
|
py-bcrypt==0.4
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
python-dateutil==2.2
|
python-dateutil==2.2
|
||||||
python-ldap==2.4.15
|
python-ldap==2.4.17
|
||||||
python-magic==0.4.6
|
python-magic==0.4.6
|
||||||
pytz==2014.4
|
pytz==2014.7
|
||||||
psycopg2==2.5.3
|
|
||||||
raven==5.0.0
|
raven==5.0.0
|
||||||
redis==2.10.1
|
redis==2.10.3
|
||||||
reportlab==2.7
|
reportlab==2.7
|
||||||
requests==2.3.0
|
requests==2.4.3
|
||||||
six==1.7.3
|
six==1.8.0
|
||||||
stripe==1.19.0
|
stripe==1.19.0
|
||||||
tzlocal==1.1.1
|
tzlocal==1.1.1
|
||||||
websocket-client==0.11.0
|
websocket-client==0.18.0
|
||||||
wsgiref==0.1.2
|
wsgiref==0.1.2
|
||||||
xhtml2pdf==0.0.6
|
xhtml2pdf==0.0.6
|
||||||
|
|
Reference in a new issue