mirror of
https://github.com/stucki/docker-lineageos
synced 2025-01-09 17:39:47 -05:00
parent
f0098a15b9
commit
84b74e67ee
@ -26,6 +26,7 @@ RUN chmod 755 /var/run/screen
|
|||||||
RUN apt-get -qqy upgrade
|
RUN apt-get -qqy upgrade
|
||||||
|
|
||||||
RUN useradd --create-home cmbuild
|
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 mkdir /home/cmbuild/bin
|
||||||
RUN curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > /home/cmbuild/bin/repo
|
RUN curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > /home/cmbuild/bin/repo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user