From 275d35d8ab84217a406278c5adfe4edff5d8accc Mon Sep 17 00:00:00 2001 From: Michael Stucki Date: Tue, 20 Jan 2015 12:21:59 +0100 Subject: [PATCH] Fix issues with SELinux (continued) Hmm, this obviously won't work if the old line is not removed :-/ Fixes: #6 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb30bd3..1bea865 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,6 @@ 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