1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00

Fix issues with SELinux (continued)

Hmm, this obviously won't work if the old line is not removed :-/

Fixes: #6
This commit is contained in:
Michael Stucki 2015-01-20 12:21:59 +01:00
parent 84b74e67ee
commit 275d35d8ab

View File

@ -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