bump wrapper

This commit is contained in:
Pablo Ferreiro 2022-03-18 15:02:26 +01:00
parent ade2b3c01a
commit 44429cb7e4
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
4 changed files with 12 additions and 9 deletions

View file

@ -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/* \