From 84b74e67ee6ebbaf35864412ec48d582404643ec Mon Sep 17 00:00:00 2001 From: Michael Stucki Date: Tue, 20 Jan 2015 12:19:25 +0100 Subject: [PATCH] Fix issues with SELinux Fixes: #6 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 50364a0..cb30bd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ RUN chmod 755 /var/run/screen RUN apt-get -qqy upgrade RUN useradd --create-home cmbuild +RUN mkdir -p /home/cmbuild && useradd --no-create-home cmbuild && rsync -a /etc/skel/ /home/cmbuild/ && chown -R cmbuild:cmbuild /home/cmbuild RUN mkdir /home/cmbuild/bin RUN curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > /home/cmbuild/bin/repo