Skip to content

Commit

Permalink
fixup! Install bash on Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
lkollar committed Jul 19, 2021
1 parent e617e1a commit 8f2e2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build_scripts/install-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - install bash on Alpine as most scripts require it

# Stop at any error, show all commands
set -exuo
set -exu

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

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

0 comments on commit 8f2e2d0

Please sign in to comment.