Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-09 | pin python-sqlcipher to our version | Christoph Kluenter | |
Problem is, that the debian version is linked against a broken sqlcipher. Our version is statically linked against a version of sqlcipher that comes with python-sqlcipher. See https://github.com/pixelated-project/project-issues/issues/110 | |||
2015-06-03 | use debian jessie instead of testing on dockerfile | rafael lisboa | |
we were using debian:testing, which apparently was causing "invalid header value" for the SRP token (see https://github.com/pixelated-project/pixelated-dispatcher/issues/102). i'm reverting this back to debian:jessie since that's the version we intend to run the user-agent on for now anyway. | |||
2015-03-13 | Removed commented out lines from Dockerfile. | Folker Bernitt | |
- Issue #322 | |||
2015-03-13 | Enable utf-8 locale in user agent. | Folker Bernitt | |
- Fix missing imports - Issues #322, #319, #313 | |||
2015-03-13 | Ensure locales package is installed. | Folker Bernitt | |
- Issue #322 | |||
2015-03-13 | Set locale to UTF-8 in docker context. | Folker Bernitt | |
- Issue #322 | |||
2015-01-30 | #258 no need to install pysqlcipher from pip to build docker anymore | Duda Dornelles | |
2015-01-26 | Don't pin soledad versions. | Christoph Kluenter | |
2014-12-16 | merge fixes from dispatcher/Docker file | Christoph Kluenter | |
it seems that these changes help with #191 | |||
2014-12-09 | Added Dockerfile to build user agent from debian packages. | Folker Bernitt | |