chore(test): use plain output when building docker

This commit is contained in:
Gareth Flowers 2023-04-15 01:19:34 +01:00
parent ec0b154a15
commit f65400f9e8

View File

@ -2,7 +2,7 @@
set -ex
export IMAGE_NAME=garethflowers/mediawiki-ldap
docker build --tag $IMAGE_NAME .
docker build --progress plain --tag $IMAGE_NAME .
docker run --rm $IMAGE_NAME php -v
echo "\nOK"