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 4c98e81 commit e98835bCopy full SHA for e98835b
update.sh
@@ -33,7 +33,7 @@ for version in "${versions[@]}"; do
33
set -x
34
sed -ri '
35
s/^(ENV PHP_VERSION) .*/\1 '"$fullVersion"'/;
36
- s/^(RUN gpg .* --recv-keys) [0-9a-fA-F]*$/\1 '"$gpgKey"'/
+ s/^(RUN gpg .* --recv-keys) [0-9a-fA-F ]*$/\1 '"$gpgKey"'/
37
' "$version/Dockerfile"
38
39
awk -vf2="$insert" '/^\t&& make install \\$/{print f2;next}1' "$version/Dockerfile" "Dockerfile-apache-tail" > "$version/apache/Dockerfile"
0 commit comments