* workspace base with minio

This commit is contained in:
2021-04-15 12:20:13 +03:00
parent 5720d9376b
commit cd422e4e6b
26 changed files with 215 additions and 956 deletions

View File

@ -4,8 +4,6 @@ RUN apt-get update && apt-get install -y \
libpng-dev \
libwebp-dev \
&& docker-php-ext-install -j$(nproc) iconv \
&& docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp \
&& docker-php-ext-install -j$(nproc) gd \
&& docker-php-ext-install mysqli \
&& docker-php-ext-enable mysqli