diff --git a/builder/standalone-install.sh b/builder/standalone-install.sh index 9d9625c5..a10f65a5 100755 --- a/builder/standalone-install.sh +++ b/builder/standalone-install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Perform a "standalone install" in a Docker container - +set -e # Step 1: Install pip apt update apt install -y curl