Install all ext to run CI build.
This commit is contained in:
parent
c67fa5b258
commit
cc520c18b5
|
@ -3,6 +3,8 @@
|
||||||
#### Build the Docker Images
|
#### Build the Docker Images
|
||||||
if [ -n "${PHP_VERSION}" ]; then
|
if [ -n "${PHP_VERSION}" ]; then
|
||||||
cp env-example .env
|
cp env-example .env
|
||||||
|
sed -i -- 's/=false/=true/g' .env
|
||||||
|
cat .env
|
||||||
docker-compose build
|
docker-compose build
|
||||||
docker images
|
docker images
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue