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 07098a7 commit ea424a9Copy full SHA for ea424a9
docker/application/Dockerfile
@@ -40,4 +40,10 @@ RUN echo "f80bbb8ea85346bf6082727fdf58857c59649da2" \
40
&& make install \
41
&& echo "extension=buffer.so" > /usr/local/etc/php/conf.d/buffer.ini
42
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
+
49
COPY ./tools/* /tools/
0 commit comments