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 c6565bf commit b359198Copy full SHA for b359198
1 file changed
tests/02-mysqli.sh
@@ -21,7 +21,7 @@ run "docker run -d --rm --platform ${ARCH} $(tty -s && echo "-it" || echo) --hos
21
22
# Pull PHP image
23
echo "2/5 Pulling PHP image "
24
-while ! run "docker pull php:7.2"; do
+while ! run "docker pull --platform ${ARCH} php:7.2"; do
25
sleep 1
26
done
27
0 commit comments