#48 - deployment #68

Merged
Baakoma merged 9 commits from #48-deployment into main 2022-03-04 14:47:45 +01:00
Showing only changes of commit 7832e039d9 - Show all commits

View File

@@ -14,11 +14,9 @@ RUN pecl install redis \
postgresql-dev \
zip \
libzip-dev \
libpng-dev \
&& docker-php-ext-install \
pdo_pgsql \
zip \
gd \
&& docker-php-ext-configure \
zip \
&& docker-php-ext-enable \