Use bash in Docker scripts
Our Docker scripts use Bash-style conditionals that aren't supported by the default Debian shell.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user