From b22d21e4cffe5f1ab5a0c73d8a8050bcb248cb67 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Wed, 26 Aug 2015 17:40:08 +0200 Subject: 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 / --- provisioning/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'provisioning') 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 -- cgit v1.2.3