Run update.sh

This commit is contained in:
Docker Library Bot 2017-08-16 16:31:48 +00:00
parent 82d6d9fd8e
commit a9273f1b15
3 changed files with 4 additions and 4 deletions

View File

@ -67,7 +67,7 @@ You can mount the Composer home directory from your host inside the Container to
```sh ```sh
docker run --rm --interactive --tty \ docker run --rm --interactive --tty \
--volume $PWD:/app \ --volume $PWD:/app \
--volume $COMPOSER_HOME:/composer \ --volume $COMPOSER_HOME:/tmp \
composer install composer install
``` ```
@ -107,7 +107,7 @@ docker run --rm --interactive --tty \
### PHP Extensions ### PHP Extensions
We strive to deliver an image that is as lean as possible, aimed at running Composer only. We aim to deliver an image that is as lean as possible, built for running Composer only.
Sometimes dependencies or Composer [scripts](https://getcomposer.org/doc/articles/scripts.md) require the availability of certain PHP extensions. In this scenario, you have two options: Sometimes dependencies or Composer [scripts](https://getcomposer.org/doc/articles/scripts.md) require the availability of certain PHP extensions. In this scenario, you have two options: