Skip to content

Commit 453dff3

Browse files
author
Paul van Leeuwen
committed
add some details to the README.md and copy it to the repo description on Docker Hub
1 parent ccd4d34 commit 453dff3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# docker-php-composer
2-
Adds composer to standard php images.
2+
3+
Adds composer to these standard php images: https://hub.docker.com/_/php/
4+
5+
To be more exact:
6+
* installs git (used by composer)
7+
* copies composer.phar to /usr/local/bin/composer and makes it executable
8+
9+
Because I install git via apt-get and because the Alpine images need a different way to do this, I excluded them for now. So far I did not miss them yet. If you have a need for those, feel free to contact me (pjvleeuwen) at gmail (@gmail.com).
10+
11+
Sources: https://github.com/pjvleeuwen/docker-php-composer/
12+
Images: https://hub.docker.com/r/pjvleeuwen/php-composer/
13+

0 commit comments

Comments
 (0)