File tree Expand file tree Collapse file tree 7 files changed +11
-29
lines changed Expand file tree Collapse file tree 7 files changed +11
-29
lines changed Original file line number Diff line number Diff line change @@ -194,10 +194,8 @@ RUN mkdir -p \
194
194
storage/logs \
195
195
bootstrap/cache && chmod -R a+rw storage
196
196
197
- RUN composer install \
197
+ RUN composer dump-autoload \
198
198
--classmap-authoritative \
199
- --no-interaction \
200
- --no-ansi \
201
199
--no-dev \
202
200
&& composer clear-cache
203
201
Original file line number Diff line number Diff line change @@ -98,8 +98,7 @@ RUN apt-get update; \
98
98
&& apt-get -y autoremove \
99
99
&& apt-get clean \
100
100
&& docker-php-source delete \
101
- && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
102
- && rm -rf /var/log/lastlog /var/log/faillog
101
+ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/log/lastlog /var/log/faillog
103
102
104
103
RUN arch="$(uname -m)" \
105
104
&& case "$arch" in \
@@ -195,10 +194,8 @@ RUN mkdir -p \
195
194
storage/logs \
196
195
bootstrap/cache && chmod -R a+rw storage
197
196
198
- RUN composer install \
197
+ RUN composer dump-autoload \
199
198
--classmap-authoritative \
200
- --no-interaction \
201
- --no-ansi \
202
199
--no-dev \
203
200
&& composer clear-cache
204
201
Original file line number Diff line number Diff line change @@ -175,10 +175,8 @@ RUN mkdir -p \
175
175
storage/logs \
176
176
bootstrap/cache && chmod -R a+rw storage
177
177
178
- RUN composer install \
178
+ RUN composer dump-autoload \
179
179
--classmap-authoritative \
180
- --no-interaction \
181
- --no-ansi \
182
180
--no-dev \
183
181
&& composer clear-cache
184
182
Original file line number Diff line number Diff line change @@ -77,8 +77,7 @@ RUN apt-get update; \
77
77
&& apt-get -y autoremove \
78
78
&& apt-get clean \
79
79
&& docker-php-source delete \
80
- && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
81
- && rm -rf /var/log/lastlog /var/log/faillog
80
+ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/log/lastlog /var/log/faillog
82
81
83
82
RUN arch="$(uname -m)" \
84
83
&& case "$arch" in \
@@ -174,10 +173,8 @@ RUN mkdir -p \
174
173
storage/logs \
175
174
bootstrap/cache && chmod -R a+rw storage
176
175
177
- RUN composer install \
176
+ RUN composer dump-autoload \
178
177
--classmap-authoritative \
179
- --no-interaction \
180
- --no-ansi \
181
178
--no-dev \
182
179
&& composer clear-cache
183
180
Original file line number Diff line number Diff line change @@ -175,10 +175,8 @@ RUN mkdir -p \
175
175
storage/logs \
176
176
bootstrap/cache && chmod -R a+rw storage
177
177
178
- RUN composer install \
178
+ RUN composer dump-autoload \
179
179
--classmap-authoritative \
180
- --no-interaction \
181
- --no-ansi \
182
180
--no-dev \
183
181
&& composer clear-cache
184
182
Original file line number Diff line number Diff line change @@ -78,8 +78,7 @@ RUN apt-get update; \
78
78
&& apt-get -y autoremove \
79
79
&& apt-get clean \
80
80
&& docker-php-source delete \
81
- && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
82
- && rm -rf /var/log/lastlog /var/log/faillog
81
+ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/log/lastlog /var/log/faillog
83
82
84
83
RUN arch="$(uname -m)" \
85
84
&& case "$arch" in \
@@ -174,10 +173,8 @@ RUN mkdir -p \
174
173
storage/logs \
175
174
bootstrap/cache && chmod -R a+rw storage
176
175
177
- RUN composer install \
176
+ RUN composer dump-autoload \
178
177
--classmap-authoritative \
179
- --no-interaction \
180
- --no-ansi \
181
178
--no-dev \
182
179
&& composer clear-cache
183
180
Original file line number Diff line number Diff line change @@ -98,8 +98,7 @@ RUN apt-get update; \
98
98
&& apt-get -y autoremove \
99
99
&& apt-get clean \
100
100
&& docker-php-source delete \
101
- && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
102
- && rm /var/log/lastlog /var/log/faillog
101
+ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/log/lastlog /var/log/faillog
103
102
104
103
RUN arch="$(uname -m)" \
105
104
&& case "$arch" in \
@@ -195,10 +194,8 @@ RUN mkdir -p \
195
194
storage/logs \
196
195
bootstrap/cache && chmod -R a+rw storage
197
196
198
- RUN composer install \
197
+ RUN composer dump-autoload \
199
198
--classmap-authoritative \
200
- --no-interaction \
201
- --no-ansi \
202
199
--no-dev \
203
200
&& composer clear-cache
204
201
You can’t perform that action at this time.
0 commit comments