10000 removed hirak/prestissimo · ger86/symfony-docker@fc89a89 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc89a89

Browse files
author
Gerardo Fernández
committed
removed hirak/prestissimo
1 parent fd81c56 commit fc89a89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/php/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ RUN ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo ${TIMEZONE} >
3131
&& printf '[PHP]\ndate.timezone = "%s"\n', ${TIMEZONE} > /usr/local/etc/php/conf.d/tzone.ini \
3232
&& "date"
3333

34-
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
35-
&& composer --version \
36-
&& composer global require hirak/prestissimo
34+
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
3735

3836
WORKDIR /var/www/symfony

0 commit comments

Comments
 (0)
0