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

docker: Don't set workdir as long as USER does not work with screen

This commit is contained in:
Michael Stucki 2015-03-04 12:07:55 +01:00
parent e7583870b2
commit 7d9c9884a5

View File

@ -44,8 +44,6 @@ RUN chmod a+x /root/startup.sh
ADD android-env-vars.sh /etc/android-env-vars.sh
RUN echo "source /etc/android-env-vars.sh" >> /etc/bash.bashrc
WORKDIR /home/cmbuild/android
VOLUME /home/cmbuild/android
VOLUME /srv/ccache
@ -53,3 +51,4 @@ CMD /root/startup.sh
# This does not work yet, see https://github.com/docker/docker/issues/9806
#USER cmbuild
#WORKDIR /home/cmbuild/android