We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6428431 commit b062fe9Copy full SHA for b062fe9
update.sh
@@ -162,10 +162,8 @@ for version in "${versions[@]}"; do
162
fi
163
if [ "$majorVersion" = '7' -a "$minorVersion" -lt '4' ]; then
164
# oniguruma is part of mbstring in php 7.4+
165
- # ARGON2 is a hack only required for alpha1: https://github.com/docker-library/php/pull/840#pullrequestreview-249660894
166
sed -ri \
167
-e '/oniguruma-dev|libonig-dev/d' \
168
- -e '/ARGON2/d' \
169
"$version/$suite/$variant/Dockerfile"
170
else
171
# 7.4 and above no longer include pecl/pear: https://github.com/php/php-src/pull/3781
0 commit comments