File tree Expand file tree Collapse file tree 4 files changed +4
-36
lines changed Expand file tree Collapse file tree 4 files changed +4
-36
lines changed Original file line number Diff line number Diff line change @@ -129,16 +129,8 @@ ENV PHP_EXTENSION_CALENDAR=1 \
129
129
PHP_EXTENSION_XSL=1 \
130
130
PHP_EXTENSION_ZIP=1
131
131
132
- # |--------------------------------------------------------------------------
133
- # | prestissimo
134
- # |--------------------------------------------------------------------------
135
- # |
136
- # | Installs Prestissimo to improve Composer download performance.
137
- # |
138
-
139
132
USER docker
140
- RUN composer global require hirak/prestissimo && \
141
- composer global require bamarni/symfony-console-autocomplete && \
133
+ RUN composer global require bamarni/symfony-console-autocomplete && \
142
134
rm -rf ~/.composer/cache
143
135
144
136
USER root
Original file line number Diff line number Diff line change @@ -129,16 +129,8 @@ ENV PHP_EXTENSION_CALENDAR=1 \
129
129
PHP_EXTENSION_XSL=1 \
130
130
PHP_EXTENSION_ZIP=1
131
131
132
- # |--------------------------------------------------------------------------
133
- # | prestissimo
134
- # |--------------------------------------------------------------------------
135
- # |
136
- # | Installs Prestissimo to improve Composer download performance.
137
- # |
138
-
139
132
USER docker
140
- RUN composer global require hirak/prestissimo && \
141
- composer global require bamarni/symfony-console-autocomplete && \
133
+ RUN composer global require bamarni/symfony-console-autocomplete && \
142
134
rm -rf ~/.composer/cache
143
135
144
136
USER root
Original file line number Diff line number Diff line change @@ -129,16 +129,8 @@ ENV PHP_EXTENSION_CALENDAR=1 \
129
129
PHP_EXTENSION_XSL=1 \
130
130
PHP_EXTENSION_ZIP=1
131
131
132
- # |--------------------------------------------------------------------------
133
- # | prestissimo
134
- # |--------------------------------------------------------------------------
135
- # |
136
- # | Installs Prestissimo to improve Composer download performance.
137
- # |
138
-
139
132
USER docker
140
- RUN composer global require hirak/prestissimo && \
141
- composer global require bamarni/symfony-console-autocomplete && \
133
+ RUN composer global require bamarni/symfony-console-autocomplete && \
142
134
rm -rf ~/.composer/cache
143
135
144
136
USER root
Original file line number Diff line number Diff line change @@ -131,16 +131,8 @@ ENV PHP_EXTENSION_CALENDAR=1 \
131
131
PHP_EXTENSION_XSL=1 \
132
132
PHP_EXTENSION_ZIP=1
133
133
134
- # |--------------------------------------------------------------------------
135
- # | prestissimo
136
- # |--------------------------------------------------------------------------
137
- # |
138
- # | Installs Prestissimo to improve Composer download performance.
139
- # |
140
-
141
134
USER docker
142
- RUN composer global require hirak/prestissimo && \
143
- composer global require bamarni/symfony-console-autocomplete && \
135
+ RUN composer global require bamarni/symfony-console-autocomplete && \
144
136
rm -rf ~/.composer/cache
145
137
146
138
USER root
You can’t perform that action at this time.
0 commit comments