Skip to content

Commit 34da1e9

Browse files
committed
Added composer to main container
1 parent 2351392 commit 34da1e9

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docker/main/provision/playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
- { role: php, when: PROVISION.PHP.DISTRIBUTION == "php" }
1414
- { role: hhvm, when: PROVISION.PHP.DISTRIBUTION == "hhvm" }
1515
- mysql
16+
- composer
1617
- finalize
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Install composer (phar)
2+
raw: 'curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer'
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- include: install.yml
2+
tags:
3+
- bootstrap

0 commit comments

Comments
 (0)