Skip to content

Commit 4d5a8c5

Browse files
committed
fixup! Install bash on Alpine
1 parent a7d10fc commit 4d5a8c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/build_scripts/install-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# - install bash on Alpine as most scripts require it
55

66
# Stop at any error, show all commands
7-
set -exuo
7+
set -exu
88

99
# Set build environment variables
1010
MY_DIR=$(dirname "$0")
@@ -20,7 +20,7 @@ if [ "${AUDITWHEEL_PLAT}" = "manylinux2010_i686" ] || [ "${AUDITWHEEL_PLAT}" = "
2020
# the following script takes care of cleaning-up some things
2121
# and since it's also needed in the finalize step, everything's
2222
# centralized in this script to avoid code duplication
23-
LC_ALL=C "${MY_DIR}"/update-system-packages.sh
23+
LC_ALL=C "${MY_DIR}/update-system-packages.sh"
2424
fi
2525

2626
if [ "${AUDITWHEEL_POLICY}" = "musllinux_1_1" ]; then

0 commit comments

Comments
 (0)