Skip to content

Commit ea424a9

Browse files
committed
add composer to docker
1 parent 07098a7 commit ea424a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker/application/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@ RUN echo "f80bbb8ea85346bf6082727fdf58857c59649da2" \
4040
&& make install \
4141
&& echo "extension=buffer.so" > /usr/local/etc/php/conf.d/buffer.ini
4242

43+
# Composer install
44+
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
45+
&& chmod +x /usr/local/bin/composer \
46+
&& composer global require hirak/prestissimo \
47+
&& composer clear-cache
48+
4349
COPY ./tools/* /tools/

0 commit comments

Comments
 (0)