We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1135113 commit d1c0131Copy full SHA for d1c0131
Dockerfile
@@ -115,6 +115,9 @@ RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli
115
RUN chmod +x wp-cli.phar
116
RUN mv wp-cli.phar /usr/local/bin/wp
117
118
+# Install Composer
119
+RUN cd /tmp && curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
120
+
121
# Add Scripts
122
ADD scripts/start.sh /start.sh
123
ADD scripts/pull /usr/bin/pull
0 commit comments