bump wrapper
This commit is contained in:
parent
ade2b3c01a
commit
44429cb7e4
4 changed files with 12 additions and 9 deletions
|
|
@ -14,8 +14,8 @@ RUN apt update -y && apt upgrade -y \
|
|||
COPY . .
|
||||
|
||||
# Run composer and clean
|
||||
RUN composer update \
|
||||
&& composer install --no-interaction --optimize-autoloader --no-dev \
|
||||
RUN composer update --no-cache \
|
||||
&& composer install --no-interaction --optimize-autoloader --no-dev --no-cache \
|
||||
&& apt autoclean -y \
|
||||
&& apt autoremove -y \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue