summaryrefslogtreecommitdiff
path: root/provisioning/Dockerfile
AgeCommit message (Collapse)Author
2017-05-10Remove dockerfileSriram Viswanathan
2015-12-01create jessie Docker containersChristoph Kluenter
use the new jessie packages for creating containers based on debian:jessie
2015-08-26create /.config in advanceChristoph Kluenter
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 /
2015-08-26clean up DockerfileChristoph Kluenter
we don't need most of the packages because we provide everything inside pixelated-user-agent now.
2015-08-26also install gpg-key for the leap/experimental repoChristoph Kluenter
2015-06-09pin python-sqlcipher to our versionChristoph 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-03use debian jessie instead of testing on dockerfilerafael 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-13Removed commented out lines from Dockerfile.Folker Bernitt
- Issue #322
2015-03-13Enable utf-8 locale in user agent.Folker Bernitt
- Fix missing imports - Issues #322, #319, #313
2015-03-13Ensure locales package is installed.Folker Bernitt
- Issue #322
2015-03-13Set 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 anymoreDuda Dornelles
2015-01-26Don't pin soledad versions.Christoph Kluenter
2014-12-16merge fixes from dispatcher/Docker fileChristoph Kluenter
it seems that these changes help with #191
2014-12-09Added Dockerfile to build user agent from debian packages.Folker Bernitt