summaryrefslogtreecommitdiff
path: root/provisioning
diff options
context:
space:
mode:
authorChristoph Kluenter <ckluente@thoughtworks.com>2015-08-26 17:40:08 +0200
committerChristoph Kluenter <ckluente@thoughtworks.com>2015-08-26 17:40:08 +0200
commitb22d21e4cffe5f1ab5a0c73d8a8050bcb248cb67 (patch)
tree17616be7d4e3b7e5afdc30aa31fac23858290b85 /provisioning
parent121f4d8804ca9616de8731510801ca4a86a17716 (diff)
create /.config in advance
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 /
Diffstat (limited to 'provisioning')
-rw-r--r--provisioning/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/provisioning/Dockerfile b/provisioning/Dockerfile
index 77c82ccd..4955dd49 100644
--- a/provisioning/Dockerfile
+++ b/provisioning/Dockerfile
@@ -47,4 +47,6 @@ ENV LANGUAGE en_US.UTF-8
RUN apt-get install -y --force-yes python-gnupg
RUN apt-get install -y --force-yes pixelated-user-agent
+RUN ln -s /mnt/user/ /.config
+
EXPOSE 4567