Docker: use a entrypoint script (#1227)
In favor of `/etc/bash.bashrc`, which is only read for interactive shells.
This commit is contained in:
committed by
GitHub
parent
3bde060365
commit
e28e47659c
@@ -5,7 +5,6 @@ if [ $EUID -eq 0 ]; then
|
||||
sudo -u nobody `which emcc` --version
|
||||
fi
|
||||
|
||||
which llvm-ar
|
||||
which emsdk
|
||||
node --version
|
||||
npm --version
|
||||
|
||||
Reference in New Issue
Block a user