Commit 442db42
authored
fix(rocklet): skip bash installation when already present in musl containers (#1219)
On customized Alpine images with a corrupted APK database, `apk add bash`
returns a non-zero exit code even though bash is already installed. Combined
with `set -o errexit`, this causes docker_run.sh to exit before installing
the glibc compatibility layer or starting rocklet.1 parent 77cb25d commit 442db42
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments