Commit graph

7 commits

Author SHA1 Message Date
5afcb964dd Fix the Composer version
Even though Composer v2 was being pulled from the Composer Docker image,
Composer v1 was still being used.

Because I've added the `/app/bin` path to `$PATH`, a version in
`/app/bin/composer` was being used. The simplest way that I can fix
this is re-ordering the variable so that the path is added after the
originals and the Composer version in `/usr/bin/composer` is used.
2021-04-21 21:07:49 +01:00
725bd5380e Move packages into the dev stage 2021-04-21 17:06:18 +01:00
64df467527 Re-order Dockerfile steps 2021-04-21 13:43:00 +01:00
09c9e52db2 Use Composer 2 2021-04-21 13:43:00 +01:00
c9de9c1d54 Extract xdebug_version argument 2021-04-21 13:43:00 +01:00
c712da3079 Copy patches so that they can be applied 2021-04-21 13:43:00 +01:00
29d88893fa Add Docker and Docker Compose 2021-02-11 08:53:15 +00:00