Docker: use a entrypoint script (#1227)

In favor of `/etc/bash.bashrc`, which is only read for interactive
shells.
This commit is contained in:
Kleis Auke Wolthuizen
2023-07-06 16:44:01 +02:00
committed by GitHub
parent 3bde060365
commit e28e47659c
5 changed files with 18 additions and 10 deletions

View File

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