File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -79,15 +79,6 @@ RUN set -ex; \
79
79
rmdir bash-patches; \
80
80
fi; \
81
81
\
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
- \
91
82
cd /usr/src/bash; \
92
83
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" ; \
93
84
# update "config.guess" and "config.sub" to get more aggressively inclusive architecture support
You can’t perform that action at this time.
0 commit comments