mirror of
https://github.com/stucki/docker-lineageos
synced 2025-01-09 17:39:47 -05:00
Set USER on startup (Docker bug?)
This commit is contained in:
parent
831eb4f7c6
commit
608ebb3ca4
@ -6,5 +6,7 @@ if [ ! -f /srv/ccache/CACHEDIR.TAG ]; then
|
||||
CCACHE_DIR=/srv/ccache ccache -M 50G
|
||||
fi
|
||||
|
||||
export USER="cmbuild"
|
||||
|
||||
# Launch screen session
|
||||
screen -s /bin/bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user