Skip to content

Commit d1c0131

Browse files
committed
add Composer
1 parent 1135113 commit d1c0131

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli
115115
RUN chmod +x wp-cli.phar
116116
RUN mv wp-cli.phar /usr/local/bin/wp
117117

118+
# Install Composer
119+
RUN cd /tmp && curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
120+
118121
# Add Scripts
119122
ADD scripts/start.sh /start.sh
120123
ADD scripts/pull /usr/bin/pull

0 commit comments

Comments
 (0)