#tradewind:update

This commit is contained in:
2022-11-16 15:21:20 +08:00
parent ddce943c33
commit c29903b394
2 changed files with 3 additions and 1 deletions

View File

@ -27,9 +27,11 @@ RUN apt-get update && apt-get install -y \
&& pecl install \
redis \
xdebug \
mongodb \
&& docker-php-ext-enable \
redis \
xdebug \
mongodb \
&& apt-get clean \
&& apt-get autoclean