Skip to content

Commit 9282546

Browse files
committed
Remove workaround for #4 on 5+
I've done some testing, and this is no longer required on Bash 5+!
1 parent af7a2fd commit 9282546

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

5.0/Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,6 @@ RUN set -ex; \
7979
rmdir bash-patches; \
8080
fi; \
8181
\
82-
# temporarily apply Alpine's patch to fix process substitution hanging in 4.4
83-
# see https://github.com/tianon/docker-bash/issues/4
84-
# and https://lists.gnu.org/archive/html/bug-bash/2017-12/msg00025.html
85-
# and https://github.com/alpinelinux/aports/commit/3239e62fb1c7968e923016358345a4dcc7e2f87d
86-
wget -O alpine-fix-jobs.patch 'https://github.com/alpinelinux/aports/raw/6c1881db229de5cdc49bc974b7b99badc3e187aa/main/bash/fix-jobs.patch'; \
87-
echo '79473c41e620d78d25139b56c37d18adac5c03dc28939f218729dfcd3558d8cbac5e83db814ffd27aa833cd3e55f81aad26aaf62af3688c927d8ac2a4172eaa4 *alpine-fix-jobs.patch' | sha512sum -c -; \
88-
patch --directory=/usr/src/bash --input="$PWD/alpine-fix-jobs.patch" --strip=1; \
89-
rm alpine-fix-jobs.patch; \
90-
\
9182
cd /usr/src/bash; \
9283
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
9384
# update "config.guess" and "config.sub" to get more aggressively inclusive architecture support

0 commit comments

Comments
 (0)