Age | Commit message (Collapse) | Author |
|
use the new jessie packages for creating containers
based on debian:jessie
|
|
zmq tries to create ~/.config, but $HOME is empty.
So we create a symlink from /.config to /mnt/user/
because the user-agent is allowed to write to /mnt/user
but not to /
|
|
we don't need most of the packages because we
provide everything inside pixelated-user-agent
now.
|
|
|
|
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
|
|
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.
|
|
- Issue #322
|
|
- Fix missing imports
- Issues #322, #319, #313
|
|
- Issue #322
|
|
- Issue #322
|
|
|
|
|
|
it seems that these changes help with #191
|
|
|