I am running laravel project and circle ci for continuous integration, now the problem I have now is me pulling a circle ci docker which does not contain necessary tools in order to get started:
version: 2
jobs:
phpunit:
working_directory: ~/test
docker:
- image: circleci/php:latest
- image: circleci/mysql:latest
I then have to download php extensions, chromium etc, I would like to use http://ift.tt/2yitH8b instead, Is it possible to integrate this vessel with cirle ci?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire