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

Fix issues with SELinux

Fixes: #6
This commit is contained in:
Michael Stucki 2015-01-20 12:19:25 +01:00
parent f0098a15b9
commit 84b74e67ee

View File

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