Restore missing $SHELL env variable accidentally removed in dockerfile split

This commit is contained in:
Simon Sapin 2018-09-21 13:31:37 +02:00
parent 6d71436bf2
commit d0a57e2303

View file

@ -24,6 +24,7 @@ build_env = {
"SCCACHE_IDLE_TIMEOUT": "1200",
"CCACHE": "sccache",
"RUSTC_WRAPPER": "sccache",
"SHELL": "/bin/dash", # For SpiderMonkeys build system
}