Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions Dockerfile.slim.apache
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,8 @@ ENV PHP_EXTENSION_CALENDAR=1 \
PHP_EXTENSION_XSL=1 \
PHP_EXTENSION_ZIP=1

# |--------------------------------------------------------------------------
# | prestissimo
# |--------------------------------------------------------------------------
# |
# | Installs Prestissimo to improve Composer download performance.
# |

USER docker
RUN composer global require hirak/prestissimo && \
composer global require bamarni/symfony-console-autocomplete && \
RUN composer global require bamarni/symfony-console-autocomplete && \
rm -rf ~/.composer/cache

USER root
Expand Down
10 changes: 1 addition & 9 deletions Dockerfile.slim.cli
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,8 @@ ENV PHP_EXTENSION_CALENDAR=1 \
PHP_EXTENSION_XSL=1 \
PHP_EXTENSION_ZIP=1

# |--------------------------------------------------------------------------
# | prestissimo
# |--------------------------------------------------------------------------
# |
# | Installs Prestissimo to improve Composer download performance.
# |

USER docker
RUN composer global require hirak/prestissimo && \
composer global require bamarni/symfony-console-autocomplete && \
RUN composer global require bamarni/symfony-console-autocomplete && \
rm -rf ~/.composer/cache

USER root
Expand Down
10 changes: 1 addition & 9 deletions Dockerfile.slim.fpm
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,8 @@ ENV PHP_EXTENSION_CALENDAR=1 \
PHP_EXTENSION_XSL=1 \
PHP_EXTENSION_ZIP=1

# |--------------------------------------------------------------------------
# | prestissimo
# |--------------------------------------------------------------------------
# |
# | Installs Prestissimo to improve Composer download performance.
# |

USER docker
RUN composer global require hirak/prestissimo && \
composer global require bamarni/symfony-console-autocomplete && \
RUN composer global require bamarni/symfony-console-autocomplete && \
rm -rf ~/.composer/cache

USER root
Expand Down
10 changes: 1 addition & 9 deletions utils/Dockerfile.slim.blueprint
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,8 @@ ENV PHP_EXTENSION_CALENDAR=1 \
PHP_EXTENSION_XSL=1 \
PHP_EXTENSION_ZIP=1

# |--------------------------------------------------------------------------
# | prestissimo
# |--------------------------------------------------------------------------
# |
# | Installs Prestissimo to improve Composer download performance.
# |

USER docker
RUN composer global require hirak/prestissimo && \
composer global require bamarni/symfony-console-autocomplete && \
RUN composer global require bamarni/symfony-console-autocomplete && \
rm -rf ~/.composer/cache

USER root
Expand Down