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:
parent
84b74e67ee
commit
275d35d8ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user